#062052

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

Shades of Sapphire #062052

Tints of Sapphire #062052

Color information

#062052 (or 0x062052) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 52. RGB value is (6,32,82). Sum of RGB (Red+Green+Blue) = 6+32+82=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #062052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062052 is #F9DFAD. Grayscale: #1D1D1D. Windows color (decimal): -16375726 or 5382150. OLE color: 5382150.

HSL color Cylindrical-coordinate representation of color #062052: hue angle of 219.47º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062052 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB63282-
CMYK0.930.6100.68
HSL219.47º86.36%17.25%-
HSV(B)219.47º92.68%32.16%-
XYZ2.111.688.2-
YUV29.93157.39110.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 82 (32.42% from 255) = 68.33%
R=5%
G=26.67%
B=68.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal632820.930.6100.68219.4786.3617.25
Hex620525D3D044db5611
Octal64012213575010433312621
Binary110100000101001010111011111010100010011011011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062052; }

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

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

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

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

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

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

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

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