#012777

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

Shades of Sapphire #012777

Tints of Sapphire #012777

Color information

#012777 (or 0x012777) is unknown color: approx Sapphire. HEX triplet: 01, 27 and 77. RGB value is (1,39,119). Sum of RGB (Red+Green+Blue) = 1+39+119=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #012777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012777 is #FED888. Grayscale: #242424. Windows color (decimal): -16701577 or 7808769. OLE color: 7808769.

HSL color Cylindrical-coordinate representation of color #012777: hue angle of 220.68º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012777 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB139119-
CMYK0.990.6700.53
HSL220.68º98.33%23.53%-
HSV(B)220.68º99.16%46.67%-
XYZ4.072.7917.78-
YUV36.76174.41102.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 119 (46.88% from 255) = 74.84%
R=0.63%
G=24.53%
B=74.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1391190.990.6700.53220.6898.3323.53
Hex127776343035dd6218
Octal14716714310306533514230
Binary1100111111011111000111000011011010111011101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012777; }

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

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

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

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

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

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

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

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