#012770

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

Shades of Sapphire #012770

Tints of Sapphire #012770

Color information

#012770 (or 0x012770) is unknown color: approx Sapphire. HEX triplet: 01, 27 and 70. RGB value is (1,39,112). Sum of RGB (Red+Green+Blue) = 1+39+112=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #012770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012770 is #FED88F. Grayscale: #232323. Windows color (decimal): -16701584 or 7350017. OLE color: 7350017.

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

Color convert

RGB139112-
CMYK0.990.6500.56
HSL219.46º98.23%22.16%-
HSV(B)219.46º99.11%43.92%-
XYZ3.662.6315.64-
YUV35.96170.91103.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 112 (44.14% from 255) = 73.68%
R=0.66%
G=25.66%
B=73.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1391120.990.6500.56219.4698.2322.16
Hex127706341038db6216
Octal14716014310107033314226
Binary1100111111000011000111000001011100011011011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012770; }

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

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

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

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

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

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

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

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