Html Css Color HEX #066DCD Navy Blue

📋 copy color: '#066DCD'

red 6 ◦ green 109 ◦ blue 205

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

Shades of Navy Blue #066DCD

Tints of Navy Blue #066DCD

RGB

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

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

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

R = 1.88%
G = 34.06%
B = 64.06%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#066DCD (or 0x066DCD) is known color: Navy Blue. HEX triplet: 06, 6D and CD. RGB value is (6,109,205). Sum of RGB (Red+Green+Blue) = 6+109+205=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #066DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DCD is #F99232. Grayscale: #585858. Windows color (decimal): -16355891 or 13462790. OLE color: 13462790.

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

Color convert

RGB 6 109 205 -
CMYK 0.97 0.47 0 0.20
HSL 208.94º 0.94% 0.41% -
HSV(B) 208.94º 0.97% 0.8% -
XYZ 16.56 15.38 59.85 -
YUV 89.15 193.38 68.69 -
System Red Green Blue C M Y K H S L
Decimal 6 109 205 0.97 0.47 0 0.20 208.94 0.94 0.41
Hex 6 6D CD 61 2F 0 14 D1 5E 29
Octal 6 155 315 141 57 0 24 321 136 51
Binary 110 1101101 11001101 1100001 101111 0 10100 11010001 1011110 101001

Color Harmonies of #066DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DCD

Black with #066DCD

Text Example


Text Example

White with #066DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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