Html Css Color HEX #066DBF Navy Blue

📋 copy color: '#066DBF'

red 6 ◦ green 109 ◦ blue 191

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

Shades of Navy Blue #066DBF

Tints of Navy Blue #066DBF

RGB

 RED value IS 6 (2.73% from 255) = 1.96%

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

 BLUE value IS 191 (75% from 255) = 62.42%

R = 1.96%
G = 35.62%
B = 62.42%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#066DBF (or 0x066DBF) is known color: Navy Blue. HEX triplet: 06, 6D and BF. RGB value is (6,109,191). Sum of RGB (Red+Green+Blue) = 6+109+191=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #066DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DBF is #F99240. Grayscale: #575757. Windows color (decimal): -16355905 or 12545286. OLE color: 12545286.

HSL color Cylindrical-coordinate representation of color #066DBF: hue angle of 206.59º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DBF is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 109 191 -
CMYK 0.97 0.43 0 0.25
HSL 206.59º 0.94% 0.39% -
HSV(B) 206.59º 0.97% 0.75% -
XYZ 14.95 14.74 51.35 -
YUV 87.55 186.38 69.83 -
System Red Green Blue C M Y K H S L
Decimal 6 109 191 0.97 0.43 0 0.25 206.59 0.94 0.39
Hex 6 6D BF 61 2B 0 19 CF 5E 27
Octal 6 155 277 141 53 0 31 317 136 47
Binary 110 1101101 10111111 1100001 101011 0 11001 11001111 1011110 100111

Color Harmonies of #066DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DBF

Black with #066DBF

Text Example


Text Example

White with #066DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066DBF; }

 p { color: rgb(6,109,191); }

 H1.HeaderClassName
 {
   color: #066DBF;
 }
 .AnyTagClassName
 {
   color: #066DBF;
 }
</style>

background-color css

<style>
 a { background-color: #066DBF; }

 a { background-color: rgb(6,109,191); }

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

border-color css

<style>
 span { border-color: #066DBF; }

 span { border-color: rgb(6,109,191); }

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