#012557

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

Shades of Sapphire #012557

Tints of Sapphire #012557

Color information

#012557 (or 0x012557) is unknown color: approx Sapphire. HEX triplet: 01, 25 and 57. RGB value is (1,37,87). Sum of RGB (Red+Green+Blue) = 1+37+87=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 87 (34.38% from 255 or 69.6% from 125); Max value from RGB is 87 - color contains mainly: blue. Hex color #012557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012557 is #FEDAA8. Grayscale: #1F1F1F. Windows color (decimal): -16702121 or 5711105. OLE color: 5711105.

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

Color convert

RGB13787-
CMYK0.990.5700.66
HSL214.88º97.73%17.25%-
HSV(B)214.88º98.85%34.12%-
XYZ2.392.029.28-
YUV31.94159.07105.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 87 (34.38% from 255) = 69.6%
R=0.8%
G=29.6%
B=69.6%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal137870.990.5700.66214.8897.7317.25
Hex125576339042d76211
Octal14512714371010232714221
Binary1100101101011111000111110010100001011010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012557; }

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

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

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

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

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

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

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

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