#012C70

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

Shades of Sapphire #012C70

Tints of Sapphire #012C70

Color information

#012C70 (or 0x012C70) is unknown color: approx Sapphire. HEX triplet: 01, 2C and 70. RGB value is (1,44,112). Sum of RGB (Red+Green+Blue) = 1+44+112=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #012C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C70 is #FED38F. Grayscale: #262626. Windows color (decimal): -16700304 or 7351297. OLE color: 7351297.

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

Color convert

RGB144112-
CMYK0.990.6100.56
HSL216.76º98.23%22.16%-
HSV(B)216.76º99.11%43.92%-
XYZ3.842.9815.7-
YUV38.89169.25100.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 44 (17.58% from 255) = 28.03%
BLUE value IS 112 (44.14% from 255) = 71.34%
R=0.64%
G=28.03%
B=71.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1441120.990.6100.56216.7698.2322.16
Hex12C70633D038d96216
Octal1541601437507033114226
Binary110110011100001100011111101011100011011001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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