#012A71

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

Shades of Sapphire #012A71

Tints of Sapphire #012A71

Color information

#012A71 (or 0x012A71) is unknown color: approx Sapphire. HEX triplet: 01, 2A and 71. RGB value is (1,42,113). Sum of RGB (Red+Green+Blue) = 1+42+113=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 113 (44.53% from 255 or 72.44% from 156); Max value from RGB is 113 - color contains mainly: blue. Hex color #012A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A71 is #FED58E. Grayscale: #252525. Windows color (decimal): -16700815 or 7416321. OLE color: 7416321.

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

Color convert

RGB142113-
CMYK0.990.6300.56
HSL218.04º98.25%22.35%-
HSV(B)218.04º99.12%44.31%-
XYZ3.822.8515.97-
YUV37.84170.42101.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 113 (44.53% from 255) = 72.44%
R=0.64%
G=26.92%
B=72.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1421130.990.6300.56218.0498.2522.35
Hex12A71633F038da6216
Octal1521611437707033214226
Binary110101011100011100011111111011100011011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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