#010276

Color #010276 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #010276

Tints of Navy #010276

Color information

#010276 (or 0x010276) is unknown color: approx Navy. HEX triplet: 01, 02 and 76. RGB value is (1,2,118). Sum of RGB (Red+Green+Blue) = 1+2+118=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 118 (46.48% from 255 or 97.52% from 121); Max value from RGB is 118 - color contains mainly: blue. Hex color #010276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010276 is #FEFD89. Grayscale: #0E0E0E. Windows color (decimal): -16711050 or 7733761. OLE color: 7733761.

HSL color Cylindrical-coordinate representation of color #010276: hue angle of 239.49º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010276 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB12118-
CMYK0.990.9800.54
HSL239.49º98.32%23.33%-
HSV(B)239.49º99.15%46.27%-
XYZ3.31.3617.23-
YUV14.92186.17118.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 118 (46.48% from 255) = 97.52%
R=0.83%
G=1.65%
B=97.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal121180.990.9800.54239.4998.3223.33
Hex12766362036ef6217
Octal1216614314206635714227
Binary110111011011000111100010011011011101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010276; }

 p { color: rgb(1,2,118); }

 H1.HeaderClassName
 {
   color: #010276;
 }
 .AnyTagClassName
 {
   color: #010276;
 }
</style>
background-color css

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

 a { background-color: rgb(1,2,118); }

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

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

 span { border-color: rgb(1,2,118); }

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