#012766

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

Shades of Sapphire #012766

Tints of Sapphire #012766

Color information

#012766 (or 0x012766) is unknown color: approx Sapphire. HEX triplet: 01, 27 and 66. RGB value is (1,39,102). Sum of RGB (Red+Green+Blue) = 1+39+102=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #012766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012766 is #FED899. Grayscale: #222222. Windows color (decimal): -16701594 or 6694657. OLE color: 6694657.

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

Color convert

RGB139102-
CMYK0.990.6200.6
HSL217.43º98.06%20.2%-
HSV(B)217.43º99.02%40%-
XYZ3.142.4212.87-
YUV34.82165.91103.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 39 (15.62% from 255) = 27.46%
BLUE value IS 102 (40.23% from 255) = 71.83%
R=0.70%
G=27.46%
B=71.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1391020.990.6200.6217.4398.0620.2
Hex12766633E03Cd96214
Octal1471461437607433114224
Binary110011111001101100011111110011110011011001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012766; }

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

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

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

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

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

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

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

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