Html Css Color HEX #010666 Navy

📋 copy color: '#010666'

red 1 ◦ green 6 ◦ blue 102

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

Shades of Navy #010666

Tints of Navy #010666

RGB

 RED value IS 1 (0.78% from 255) = 0.92%

 GREEN value IS 6 (2.73% from 255) = 5.5%

 BLUE value IS 102 (40.23% from 255) = 93.58%

R = 0.92%
G = 5.5%
B = 93.58%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#010666 (or 0x010666) is known color: Navy. HEX triplet: 01, 06 and 66. RGB value is (1,6,102). Sum of RGB (Red+Green+Blue) = 1+6+102=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 102 (40.23% from 255 or 93.58% from 109); Max value from RGB is 102 - color contains mainly: blue. Hex color #010666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010666 is #FEF999. Grayscale: #0F0F0F. Windows color (decimal): -16710042 or 6686209. OLE color: 6686209.

HSL color Cylindrical-coordinate representation of color #010666: hue angle of 237.03º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010666 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 6 102 -
CMYK 0.99 0.94 0 0.6
HSL 237.03º 0.98% 0.2% -
HSV(B) 237.03º 0.99% 0.4% -
XYZ 2.48 1.1 12.65 -
YUV 15.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 1 6 102 0.99 0.94 0 0.6 237.03 0.98 0.2
Hex 1 6 66 63 5E 0 3C ED 62 14
Octal 1 6 146 143 136 0 74 355 142 24
Binary 1 110 1100110 1100011 1011110 0 111100 11101101 1100010 10100

Color Harmonies of #010666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010666

Black with #010666

Text Example


Text Example

White with #010666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010666; }

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

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

background-color css

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

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

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

border-color css

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

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

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