#012457

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

Shades of Sapphire #012457

Tints of Sapphire #012457

Color information

#012457 (or 0x012457) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 57. RGB value is (1,36,87). Sum of RGB (Red+Green+Blue) = 1+36+87=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 87 (34.38% from 255 or 70.16% from 124); Max value from RGB is 87 - color contains mainly: blue. Hex color #012457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012457 is #FEDBA8. Grayscale: #1F1F1F. Windows color (decimal): -16702377 or 5710849. OLE color: 5710849.

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

Color convert

RGB13687-
CMYK0.990.5900.66
HSL215.58º97.73%17.25%-
HSV(B)215.58º98.85%34.12%-
XYZ2.361.969.27-
YUV31.35159.4106.35-

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.03%
BLUE value IS 87 (34.38% from 255) = 70.16%
R=0.81%
G=29.03%
B=70.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal136870.990.5900.66215.5897.7317.25
Hex12457633B042d86211
Octal14412714373010233014221
Binary1100100101011111000111110110100001011011000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012457; }

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

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

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

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

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

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

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

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