Html Css Color HEX #066DCB Navy Blue

📋 copy color: '#066DCB'

red 6 ◦ green 109 ◦ blue 203

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

Shades of Navy Blue #066DCB

Tints of Navy Blue #066DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.84%

R = 1.89%
G = 34.28%
B = 63.84%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#066DCB (or 0x066DCB) is known color: Navy Blue. HEX triplet: 06, 6D and CB. RGB value is (6,109,203). Sum of RGB (Red+Green+Blue) = 6+109+203=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #066DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DCB is #F99234. Grayscale: #585858. Windows color (decimal): -16355893 or 13331718. OLE color: 13331718.

HSL color Cylindrical-coordinate representation of color #066DCB: hue angle of 208.63º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DCB is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 109 203 -
CMYK 0.97 0.46 0 0.20
HSL 208.63º 0.94% 0.41% -
HSV(B) 208.63º 0.97% 0.8% -
XYZ 16.32 15.29 58.59 -
YUV 88.92 192.38 68.86 -
System Red Green Blue C M Y K H S L
Decimal 6 109 203 0.97 0.46 0 0.20 208.63 0.94 0.41
Hex 6 6D CB 61 2E 0 14 D1 5E 29
Octal 6 155 313 141 56 0 24 321 136 51
Binary 110 1101101 11001011 1100001 101110 0 10100 11010001 1011110 101001

Color Harmonies of #066DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DCB

Black with #066DCB

Text Example


Text Example

White with #066DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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