Html Css Color HEX #0666DC Navy Blue

📋 copy color: '#0666DC'

red 6 ◦ green 102 ◦ blue 220

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

Shades of Navy Blue #0666DC

Tints of Navy Blue #0666DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.1%

 BLUE value IS 220 (86.33% from 255) = 67.07%

R = 1.83%
G = 31.1%
B = 67.07%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0666DC (or 0x0666DC) is known color: Navy Blue. HEX triplet: 06, 66 and DC. RGB value is (6,102,220). Sum of RGB (Red+Green+Blue) = 6+102+220=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #0666DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0666DC is #F99923. Grayscale: #565656. Windows color (decimal): -16357668 or 14444038. OLE color: 14444038.

HSL color Cylindrical-coordinate representation of color #0666DC: hue angle of 213.08º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0666DC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 102 220 -
CMYK 0.97 0.54 0 0.14
HSL 213.08º 0.95% 0.44% -
HSV(B) 213.08º 0.97% 0.86% -
XYZ 17.74 14.71 69.61 -
YUV 86.75 203.2 70.41 -
System Red Green Blue C M Y K H S L
Decimal 6 102 220 0.97 0.54 0 0.14 213.08 0.95 0.44
Hex 6 66 DC 61 36 0 E D5 5F 2C
Octal 6 146 334 141 66 0 16 325 137 54
Binary 110 1100110 11011100 1100001 110110 0 1110 11010101 1011111 101100

Color Harmonies of #0666DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0666DC

Black with #0666DC

Text Example


Text Example

White with #0666DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0666DC; }

 p { color: rgb(6,102,220); }

 H1.HeaderClassName
 {
   color: #0666DC;
 }
 .AnyTagClassName
 {
   color: #0666DC;
 }
</style>

background-color css

<style>
 a { background-color: #0666DC; }

 a { background-color: rgb(6,102,220); }

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

border-color css

<style>
 span { border-color: #0666DC; }

 span { border-color: rgb(6,102,220); }

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