COLOR #0000AF

HEX: #0000AF
RGB: (0,0,175)

Color info

#0000AF contains only blue color. Web safe color of #0000AF is #000099 (or #009).

RGB color model

#0000AF color RGB value is (0,0,175).

  • red value is 0;
  • green value is 0;
  • blue value is 175.
RGB:
(0,0,175)
(0%,0%,69%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 175 of 255 = 69%

0
0
175

R + G + B ~ 23%. #0000AF is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 175 = 175 (100%)
R 0 of 175 ~ 0%
G 0 of 175 ~ 0%
B 175 of 175 ~ 100%

%100

CMYK color model

#0000AF color CMYK value is (100,100,0,31).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(100,100,0,31)
C100M100Y0K31 
(100%,100%,0%,31%)
(1.00/1.00/0.00/0.31)	

CMYK percentages

%100
%100
%0
%31.37

Codes

Color #0000AF in popluar color models

0000AF
RGB00175
HSL240°100.00%34.31%
HSB/HSV240°100.00%68.63%
CMYK100.00%100.00%0.00%
31.37%

Color #0000AF in popluar number systems.

HEX0000AF
Decimal00175
Binary0010101111
Octal00257

Shades and tints

Shades of #0000AF

#0000AF
(0,0,175)
#0000A0
(0,0,160)
#000091
(0,0,145)
#000082
(0,0,130)
#000073
(0,0,115)
#000064
(0,0,100)
#000055
(0,0,85)
#000046
(0,0,70)
#000037
(0,0,55)
#000028
(0,0,40)
#000019
(0,0,25)
#000000
(0,0,0)

Tints of #0000AF

#0000AF
(0,0,175)
#1717B6
(23,23,182)
#2E2EBD
(46,46,189)
#4545C4
(69,69,196)
#5C5CCB
(92,92,203)
#7373D2
(115,115,210)
#8A8AD9
(138,138,217)
#A1A1E0
(161,161,224)
#B8B8E7
(184,184,231)
#CFCFEE
(207,207,238)
#E6E6F5
(230,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0000AF color. Also use rgb(0,0,175) instead hex code.

Text Font Color

.myTextColor { color: #0000AF; }

<p style="color:#0000AF">This sample text font color is #0000AF.</p>

This text font color is #0000AF.


Background Color

.myBgColor { background-color: #0000AF; }

<div style="background-color:#0000AF">Inner text</div>

This div background color is #0000AF.


Border color

.myBorderColor { border: 1px solid #0000AF; }

<div style="border:3px solid #0000AF">Div</div>

This div border color is #0000AF.


Opacity

.myOpacity80 { color: #0000AF; opacity: 0.8; }

<p style="color:#0000AF;opacity:0.8;">80%</p>

Text with #0000AF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0000AF;}

<p style="text-shadow: 3px 3px 1px #0000AF">Text here.</p>

This text has shadow with #0000AF color.

.textShadow {text-shadow: 3px 3px 1px #0000AF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0000AF, 5px 5px 20px red">Text here.</p>

This text has shadow with #0000AF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0000AF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0000AF, Direction=45, Strength=4)">Text</p>

This text has shadow with #0000AF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0000AF;
  -webkit-box-shadow:	1px 1px 3px 2px #0000AF;
  box-shadow:		1px 1px 3px 2px #0000AF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0000AF;
-webkit-box-shadow: 1px 1px 3px 2px #0000AF;
box-shadow:1px 1px 3px 2px #0000AF;">
Div content here</div>
This div box has shadow with color #0000AF.

Preview

Color preview on black background

This text has color #0000AF on black background.


Color preview on white background

This text has color #0000AF on white background.



Black color preview on #0000AF background

This text has black color on #0000AF background.


White color preview on #0000AF background

This text has white color on #0000AF background.