#012456

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

Shades of Sapphire #012456

Tints of Sapphire #012456

Color information

#012456 (or 0x012456) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 56. RGB value is (1,36,86). Sum of RGB (Red+Green+Blue) = 1+36+86=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #012456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012456 is #FEDBA9. Grayscale: #1F1F1F. Windows color (decimal): -16702378 or 5645313. OLE color: 5645313.

HSL color Cylindrical-coordinate representation of color #012456: hue angle of 215.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012456 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB13686-
CMYK0.990.5800.66
HSL215.29º97.7%17.06%-
HSV(B)215.29º98.84%33.73%-
XYZ2.321.949.06-
YUV31.24158.9106.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 86 (33.98% from 255) = 69.92%
R=0.81%
G=29.27%
B=69.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal136860.990.5800.66215.2997.717.06
Hex12456633A042d76211
Octal14412614372010232714221
Binary1100100101011011000111110100100001011010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012456; }

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

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

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

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

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

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

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

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