#012B71

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

Shades of Sapphire #012B71

Tints of Sapphire #012B71

Color information

#012B71 (or 0x012B71) is unknown color: approx Sapphire. HEX triplet: 01, 2B and 71. RGB value is (1,43,113). Sum of RGB (Red+Green+Blue) = 1+43+113=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #012B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B71 is #FED48E. Grayscale: #262626. Windows color (decimal): -16700559 or 7416577. OLE color: 7416577.

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

Color convert

RGB143113-
CMYK0.990.6200.56
HSL217.5º98.25%22.35%-
HSV(B)217.5º99.12%44.31%-
XYZ3.862.9315.98-
YUV38.42170.09101.31-

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.39%
BLUE value IS 113 (44.53% from 255) = 71.97%
R=0.64%
G=27.39%
B=71.97%

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
Decimal1431130.990.6200.56217.598.2522.35
Hex12B71633E038da6216
Octal1531611437607033214226
Binary110101111100011100011111110011100011011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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