Html Css Color HEX #010C66 Navy

📋 copy color: '#010C66'

red 1 ◦ green 12 ◦ blue 102

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

Shades of Navy #010C66

Tints of Navy #010C66

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.43%

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

R = 0.87%
G = 10.43%
B = 88.7%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#010C66 (or 0x010C66) is known color: Navy. HEX triplet: 01, 0C and 66. RGB value is (1,12,102). Sum of RGB (Red+Green+Blue) = 1+12+102=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 102 (40.23% from 255 or 88.70% from 115); Max value from RGB is 102 - color contains mainly: blue. Hex color #010C66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C66 is #FEF399. Grayscale: #121212. Windows color (decimal): -16708506 or 6687745. OLE color: 6687745.

HSL color Cylindrical-coordinate representation of color #010C66: hue angle of 233.47º 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 #010C66 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 12 102 -
CMYK 0.99 0.88 0 0.6
HSL 233.47º 0.98% 0.2% -
HSV(B) 233.47º 0.99% 0.4% -
XYZ 2.54 1.23 12.67 -
YUV 18.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 1 12 102 0.99 0.88 0 0.6 233.47 0.98 0.2
Hex 1 C 66 63 58 0 3C E9 62 14
Octal 1 14 146 143 130 0 74 351 142 24
Binary 1 1100 1100110 1100011 1011000 0 111100 11101001 1100010 10100

Color Harmonies of #010C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C66

Black with #010C66

Text Example


Text Example

White with #010C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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