#012370

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

Shades of Sapphire #012370

Tints of Sapphire #012370

Color information

#012370 (or 0x012370) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 70. RGB value is (1,35,112). Sum of RGB (Red+Green+Blue) = 1+35+112=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #012370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012370 is #FEDC8F. Grayscale: #212121. Windows color (decimal): -16702608 or 7348993. OLE color: 7348993.

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

Color convert

RGB135112-
CMYK0.990.6900.56
HSL221.62º98.23%22.16%-
HSV(B)221.62º99.11%43.92%-
XYZ3.542.3815.6-
YUV33.61172.24104.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 112 (44.14% from 255) = 75.68%
R=0.68%
G=23.65%
B=75.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1351120.990.6900.56221.6298.2322.16
Hex123706345038de6216
Octal14316014310507033614226
Binary1100011111000011000111000101011100011011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012370; }

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

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

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

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

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

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

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

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