Html Css Color HEX #066BCD Navy Blue

📋 copy color: '#066BCD'

red 6 ◦ green 107 ◦ blue 205

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

Shades of Navy Blue #066BCD

Tints of Navy Blue #066BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.65%

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 1.89%
G = 33.65%
B = 64.47%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#066BCD (or 0x066BCD) is known color: Navy Blue. HEX triplet: 06, 6B and CD. RGB value is (6,107,205). Sum of RGB (Red+Green+Blue) = 6+107+205=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #066BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BCD is #F99432. Grayscale: #575757. Windows color (decimal): -16356403 or 13462278. OLE color: 13462278.

HSL color Cylindrical-coordinate representation of color #066BCD: hue angle of 209.55º 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 #066BCD is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 107 205 -
CMYK 0.97 0.48 0 0.20
HSL 209.55º 0.94% 0.41% -
HSV(B) 209.55º 0.97% 0.8% -
XYZ 16.35 14.96 59.78 -
YUV 87.97 194.04 69.53 -
System Red Green Blue C M Y K H S L
Decimal 6 107 205 0.97 0.48 0 0.20 209.55 0.94 0.41
Hex 6 6B CD 61 30 0 14 D2 5E 29
Octal 6 153 315 141 60 0 24 322 136 51
Binary 110 1101011 11001101 1100001 110000 0 10100 11010010 1011110 101001

Color Harmonies of #066BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066BCD

Black with #066BCD

Text Example


Text Example

White with #066BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,107,205); }

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

background-color css

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

 a { background-color: rgb(6,107,205); }

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

border-color css

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

 span { border-color: rgb(6,107,205); }

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