#012058

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

Shades of Sapphire #012058

Tints of Sapphire #012058

Color information

#012058 (or 0x012058) is unknown color: approx Sapphire. HEX triplet: 01, 20 and 58. RGB value is (1,32,88). Sum of RGB (Red+Green+Blue) = 1+32+88=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 88 (34.77% from 255 or 72.73% from 121); Max value from RGB is 88 - color contains mainly: blue. Hex color #012058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012058 is #FEDFA7. Grayscale: #1C1C1C. Windows color (decimal): -16703400 or 5775361. OLE color: 5775361.

HSL color Cylindrical-coordinate representation of color #012058: hue angle of 218.62º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012058 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB13288-
CMYK0.990.6400.65
HSL218.62º97.75%17.45%-
HSV(B)218.62º98.86%34.51%-
XYZ2.291.749.45-
YUV29.12161.23107.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 88 (34.77% from 255) = 72.73%
R=0.83%
G=26.45%
B=72.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal132880.990.6400.65218.6297.7517.45
Hex120586340041db6211
Octal140130143100010133314221
Binary11000001011000110001110000000100000111011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012058; }

 p { color: rgb(1,32,88); }

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

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

 a { background-color: rgb(1,32,88); }

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

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

 span { border-color: rgb(1,32,88); }

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