#012459

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

Shades of Sapphire #012459

Tints of Sapphire #012459

Color information

#012459 (or 0x012459) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 59. RGB value is (1,36,89). Sum of RGB (Red+Green+Blue) = 1+36+89=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #012459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012459 is #FEDBA6. Grayscale: #1F1F1F. Windows color (decimal): -16702375 or 5841921. OLE color: 5841921.

HSL color Cylindrical-coordinate representation of color #012459: hue angle of 216.14º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012459 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB13689-
CMYK0.990.6000.65
HSL216.14º97.78%17.65%-
HSV(B)216.14º98.88%34.9%-
XYZ2.451.999.71-
YUV31.58160.4106.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 89 (35.16% from 255) = 70.63%
R=0.79%
G=28.57%
B=70.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal136890.990.6000.65216.1497.7817.65
Hex12459633C041d86212
Octal14413114374010133014222
Binary1100100101100111000111111000100000111011000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012459; }

 p { color: rgb(1,36,89); }

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

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

 a { background-color: rgb(1,36,89); }

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

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

 span { border-color: rgb(1,36,89); }

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