Html Css Color HEX #0666D6 Navy Blue

📋 copy color: '#0666D6'

red 6 ◦ green 102 ◦ blue 214

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

Shades of Navy Blue #0666D6

Tints of Navy Blue #0666D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 66.46%

R = 1.86%
G = 31.68%
B = 66.46%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0666D6 (or 0x0666D6) is known color: Navy Blue. HEX triplet: 06, 66 and D6. RGB value is (6,102,214). Sum of RGB (Red+Green+Blue) = 6+102+214=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 214 (83.98% from 255 or 66.46% from 322); Max value from RGB is 214 - color contains mainly: blue. Hex color #0666D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0666D6 is #F99929. Grayscale: #555555. Windows color (decimal): -16357674 or 14050822. OLE color: 14050822.

HSL color Cylindrical-coordinate representation of color #0666D6: hue angle of 212.31º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0666D6 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 102 214 -
CMYK 0.97 0.52 0 0.16
HSL 212.31º 0.95% 0.43% -
HSV(B) 212.31º 0.97% 0.84% -
XYZ 16.96 14.4 65.5 -
YUV 86.06 200.2 70.89 -
System Red Green Blue C M Y K H S L
Decimal 6 102 214 0.97 0.52 0 0.16 212.31 0.95 0.43
Hex 6 66 D6 61 34 0 10 D4 5F 2B
Octal 6 146 326 141 64 0 20 324 137 53
Binary 110 1100110 11010110 1100001 110100 0 10000 11010100 1011111 101011

Color Harmonies of #0666D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0666D6

Black with #0666D6

Text Example


Text Example

White with #0666D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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