#012A70

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

Shades of Sapphire #012A70

Tints of Sapphire #012A70

Color information

#012A70 (or 0x012A70) is unknown color: approx Sapphire. HEX triplet: 01, 2A and 70. RGB value is (1,42,112). Sum of RGB (Red+Green+Blue) = 1+42+112=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #012A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A70 is #FED58F. Grayscale: #252525. Windows color (decimal): -16700816 or 7350785. OLE color: 7350785.

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

Color convert

RGB142112-
CMYK0.990.6200.56
HSL217.84º98.23%22.16%-
HSV(B)217.84º99.11%43.92%-
XYZ3.772.8315.68-
YUV37.72169.92101.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 112 (44.14% from 255) = 72.26%
R=0.65%
G=27.10%
B=72.26%

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
Decimal1421120.990.6200.56217.8498.2322.16
Hex12A70633E038da6216
Octal1521601437607033214226
Binary110101011100001100011111110011100011011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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