Html Css Color HEX #066DCE Navy Blue

📋 copy color: '#066DCE'

red 6 ◦ green 109 ◦ blue 206

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

Shades of Navy Blue #066DCE

Tints of Navy Blue #066DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 1.87%
G = 33.96%
B = 64.17%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#066DCE (or 0x066DCE) is known color: Navy Blue. HEX triplet: 06, 6D and CE. RGB value is (6,109,206). Sum of RGB (Red+Green+Blue) = 6+109+206=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #066DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DCE is #F99231. Grayscale: #585858. Windows color (decimal): -16355890 or 13528326. OLE color: 13528326.

HSL color Cylindrical-coordinate representation of color #066DCE: hue angle of 209.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DCE is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 109 206 -
CMYK 0.97 0.47 0 0.19
HSL 209.1º 0.94% 0.42% -
HSV(B) 209.1º 0.97% 0.81% -
XYZ 16.68 15.43 60.49 -
YUV 89.26 193.88 68.61 -
System Red Green Blue C M Y K H S L
Decimal 6 109 206 0.97 0.47 0 0.19 209.1 0.94 0.42
Hex 6 6D CE 61 2F 0 13 D1 5E 2A
Octal 6 155 316 141 57 0 23 321 136 52
Binary 110 1101101 11001110 1100001 101111 0 10011 11010001 1011110 101010

Color Harmonies of #066DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DCE

Black with #066DCE

Text Example


Text Example

White with #066DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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