#012570

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

Shades of Sapphire #012570

Tints of Sapphire #012570

Color information

#012570 (or 0x012570) is unknown color: approx Sapphire. HEX triplet: 01, 25 and 70. RGB value is (1,37,112). Sum of RGB (Red+Green+Blue) = 1+37+112=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #012570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012570 is #FEDA8F. Grayscale: #222222. Windows color (decimal): -16702096 or 7349505. OLE color: 7349505.

HSL color Cylindrical-coordinate representation of color #012570: hue angle of 220.54º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012570 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB137112-
CMYK0.990.6700.56
HSL220.54º98.23%22.16%-
HSV(B)220.54º99.11%43.92%-
XYZ3.62.515.62-
YUV34.79171.57103.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 112 (44.14% from 255) = 74.67%
R=0.67%
G=24.67%
B=74.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1371120.990.6700.56220.5498.2322.16
Hex125706343038dd6216
Octal14516014310307033514226
Binary1100101111000011000111000011011100011011101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012570; }

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

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

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

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

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

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

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

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