#062049

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

Shades of Sapphire #062049

Tints of Sapphire #062049

Color information

#062049 (or 0x062049) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 49. RGB value is (6,32,73). Sum of RGB (Red+Green+Blue) = 6+32+73=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #062049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062049 is #F9DFB6. Grayscale: #1C1C1C. Windows color (decimal): -16375735 or 4792326. OLE color: 4792326.

HSL color Cylindrical-coordinate representation of color #062049: hue angle of 216.72º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062049 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB63273-
CMYK0.920.5600.71
HSL216.72º84.81%15.49%-
HSV(B)216.72º91.78%28.63%-
XYZ1.791.556.51-
YUV28.9152.89111.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 73 (28.91% from 255) = 65.77%
R=5.41%
G=28.83%
B=65.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal632730.920.5600.71216.7284.8115.49
Hex620495C38047d955f
Octal64011113470010733112517
Binary11010000010010011011100111000010001111101100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062049; }

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

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

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

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

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

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

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

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