Html Css Color HEX #006EB8 Navy Blue

📋 copy color: '#006EB8'

red 0 ◦ green 110 ◦ blue 184

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

Shades of Navy Blue #006EB8

Tints of Navy Blue #006EB8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.41%

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

R = 0%
G = 37.41%
B = 62.59%

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

#006EB8 (or 0x006EB8) is known color: Navy Blue. HEX triplet: 00, 6E and B8. RGB value is (0,110,184). Sum of RGB (Red+Green+Blue) = 0+110+184=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 184 (72.27% from 255 or 62.59% from 294); Max value from RGB is 184 - color contains mainly: blue. Hex color #006EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EB8 is #FF9147. Grayscale: #555555. Windows color (decimal): -16748872 or 12086784. OLE color: 12086784.

HSL color Cylindrical-coordinate representation of color #006EB8: hue angle of 204.13º 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 #006EB8 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 0 110 184 -
CMYK 1 0.40 0 0.28
HSL 204.13º 1% 0.36% -
HSV(B) 204.13º 1% 0.72% -
XYZ 14.23 14.61 47.42 -
YUV 85.55 183.56 66.98 -
System Red Green Blue C M Y K H S L
Decimal 0 110 184 1 0.40 0 0.28 204.13 1 0.36
Hex 0 6E B8 64 28 0 1C CC 64 24
Octal 0 156 270 144 50 0 34 314 144 44
Binary 0 1101110 10111000 1100100 101000 0 11100 11001100 1100100 100100

Color Harmonies of #006EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EB8

Black with #006EB8

Text Example


Text Example

White with #006EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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