#012976

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

Shades of Sapphire #012976

Tints of Sapphire #012976

Color information

#012976 (or 0x012976) is unknown color: approx Sapphire. HEX triplet: 01, 29 and 76. RGB value is (1,41,118). Sum of RGB (Red+Green+Blue) = 1+41+118=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #012976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012976 is #FED689. Grayscale: #252525. Windows color (decimal): -16701066 or 7743745. OLE color: 7743745.

HSL color Cylindrical-coordinate representation of color #012976: hue angle of 219.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 #012976 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB141118-
CMYK0.990.6500.54
HSL219.49º98.32%23.33%-
HSV(B)219.49º99.15%46.27%-
XYZ4.082.917.48-
YUV37.82173.25101.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 118 (46.48% from 255) = 73.75%
R=0.62%
G=25.62%
B=73.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1411180.990.6500.54219.4998.3223.33
Hex129766341036db6217
Octal15116614310106633314227
Binary1101001111011011000111000001011011011011011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012976; }

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

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

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

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

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

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

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

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