Html Css Color HEX #006DB8 Navy Blue

📋 copy color: '#006DB8'

red 0 ◦ green 109 ◦ blue 184

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

Shades of Navy Blue #006DB8

Tints of Navy Blue #006DB8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.2%

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

R = 0%
G = 37.2%
B = 62.8%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#006DB8 (or 0x006DB8) is known color: Navy Blue. HEX triplet: 00, 6D and B8. RGB value is (0,109,184). Sum of RGB (Red+Green+Blue) = 0+109+184=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 184 (72.27% from 255 or 62.80% from 293); Max value from RGB is 184 - color contains mainly: blue. Hex color #006DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DB8 is #FF9247. Grayscale: #545454. Windows color (decimal): -16749128 or 12086528. OLE color: 12086528.

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

Color convert

RGB 0 109 184 -
CMYK 1 0.41 0 0.28
HSL 204.46º 1% 0.36% -
HSV(B) 204.46º 1% 0.72% -
XYZ 14.12 14.4 47.38 -
YUV 84.96 183.89 67.4 -
System Red Green Blue C M Y K H S L
Decimal 0 109 184 1 0.41 0 0.28 204.46 1 0.36
Hex 0 6D B8 64 29 0 1C CC 64 24
Octal 0 155 270 144 51 0 34 314 144 44
Binary 0 1101101 10111000 1100100 101001 0 11100 11001100 1100100 100100

Color Harmonies of #006DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DB8

Black with #006DB8

Text Example


Text Example

White with #006DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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