#062058

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

Shades of Sapphire #062058

Tints of Sapphire #062058

Color information

#062058 (or 0x062058) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 58. RGB value is (6,32,88). Sum of RGB (Red+Green+Blue) = 6+32+88=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 88 (34.77% from 255 or 69.84% from 126); Max value from RGB is 88 - color contains mainly: blue. Hex color #062058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062058 is #F9DFA7. Grayscale: #1E1E1E. Windows color (decimal): -16375720 or 5775366. OLE color: 5775366.

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

Color convert

RGB63288-
CMYK0.930.6400.65
HSL220.98º87.23%18.43%-
HSV(B)220.98º93.18%34.51%-
XYZ2.351.789.45-
YUV30.61160.39110.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 88 (34.77% from 255) = 69.84%
R=4.76%
G=25.40%
B=69.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal632880.930.6400.65220.9887.2318.43
Hex620585D40041dd5712
Octal640130135100010133512722
Binary1101000001011000101110110000000100000111011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062058; }

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

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

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

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

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

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

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

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