Html Css Color HEX #006DB9 Navy Blue

📋 copy color: '#006DB9'

red 0 ◦ green 109 ◦ blue 185

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

Shades of Navy Blue #006DB9

Tints of Navy Blue #006DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 62.93%

R = 0%
G = 37.07%
B = 62.93%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#006DB9 (or 0x006DB9) is known color: Navy Blue. HEX triplet: 00, 6D and B9. RGB value is (0,109,185). Sum of RGB (Red+Green+Blue) = 0+109+185=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 185 (72.66% from 255 or 62.93% from 294); Max value from RGB is 185 - color contains mainly: blue. Hex color #006DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DB9 is #FF9246. Grayscale: #545454. Windows color (decimal): -16749127 or 12152064. OLE color: 12152064.

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

Color convert

RGB 0 109 185 -
CMYK 1 0.41 0 0.27
HSL 204.65º 1% 0.36% -
HSV(B) 204.65º 1% 0.73% -
XYZ 14.23 14.44 47.94 -
YUV 85.07 184.39 67.32 -
System Red Green Blue C M Y K H S L
Decimal 0 109 185 1 0.41 0 0.27 204.65 1 0.36
Hex 0 6D B9 64 29 0 1B CD 64 24
Octal 0 155 271 144 51 0 33 315 144 44
Binary 0 1101101 10111001 1100100 101001 0 11011 11001101 1100100 100100

Color Harmonies of #006DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DB9

Black with #006DB9

Text Example


Text Example

White with #006DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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