Html Css Color HEX #006FB8 Navy Blue

📋 copy color: '#006FB8'

red 0 ◦ green 111 ◦ blue 184

#006FB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #006FB8

Tints of Navy Blue #006FB8

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 111 (43.75% from 255) = 37.63%

 BLUE value IS 184 (72.27% from 255) = 62.37%

R = 0%
G = 37.63%
B = 62.37%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#006FB8 (or 0x006FB8) is known color: Navy Blue. HEX triplet: 00, 6F and B8. RGB value is (0,111,184). Sum of RGB (Red+Green+Blue) = 0+111+184=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #006FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FB8 is #FF9047. Grayscale: #555555. Windows color (decimal): -16748616 or 12087040. OLE color: 12087040.

HSL color Cylindrical-coordinate representation of color #006FB8: hue angle of 203.8º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FB8 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 0 111 184 -
CMYK 1 0.40 0 0.28
HSL 203.8º 1% 0.36% -
HSV(B) 203.8º 1% 0.72% -
XYZ 14.34 14.83 47.45 -
YUV 86.13 183.23 66.56 -
System Red Green Blue C M Y K H S L
Decimal 0 111 184 1 0.40 0 0.28 203.8 1 0.36
Hex 0 6F B8 64 28 0 1C CC 64 24
Octal 0 157 270 144 50 0 34 314 144 44
Binary 0 1101111 10111000 1100100 101000 0 11100 11001100 1100100 100100

Color Harmonies of #006FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FB8

Black with #006FB8

Text Example


Text Example

White with #006FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006FB8; }

 p { color: rgb(0,111,184); }

 H1.HeaderClassName
 {
   color: #006FB8;
 }
 .AnyTagClassName
 {
   color: #006FB8;
 }
</style>

background-color css

<style>
 a { background-color: #006FB8; }

 a { background-color: rgb(0,111,184); }

 div.DivClassName
 {
   background-color: #006FB8;
 }
 .BgClassName
 {
   background-color: #006FB8;
 }
</style>

border-color css

<style>
 span { border-color: #006FB8; }

 span { border-color: rgb(0,111,184); }

 td.TdClassName
 {
   border-color: #006FB8;
 }
 .TagClassName
 {
   border-color: #006FB8;
 }
</style>