#012B70

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

Shades of Sapphire #012B70

Tints of Sapphire #012B70

Color information

#012B70 (or 0x012B70) is unknown color: approx Sapphire. HEX triplet: 01, 2B and 70. RGB value is (1,43,112). Sum of RGB (Red+Green+Blue) = 1+43+112=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #012B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B70 is #FED48F. Grayscale: #252525. Windows color (decimal): -16700560 or 7351041. OLE color: 7351041.

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

Color convert

RGB143112-
CMYK0.990.6200.56
HSL217.3º98.23%22.16%-
HSV(B)217.3º99.11%43.92%-
XYZ3.82.915.69-
YUV38.31169.59101.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 112 (44.14% from 255) = 71.79%
R=0.64%
G=27.56%
B=71.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1431120.990.6200.56217.398.2322.16
Hex12B70633E038d96216
Octal1531601437607033114226
Binary110101111100001100011111110011100011011001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012B70; }

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

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

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

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

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

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

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

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