#062063

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

Shades of Sapphire #062063

Tints of Sapphire #062063

Color information

#062063 (or 0x062063) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 63. RGB value is (6,32,99). Sum of RGB (Red+Green+Blue) = 6+32+99=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 99 (39.06% from 255 or 72.26% from 137); Max value from RGB is 99 - color contains mainly: blue. Hex color #062063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062063 is #F9DF9C. Grayscale: #1F1F1F. Windows color (decimal): -16375709 or 6496262. OLE color: 6496262.

HSL color Cylindrical-coordinate representation of color #062063: hue angle of 223.23º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062063 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB63299-
CMYK0.940.6800.61
HSL223.23º88.57%20.59%-
HSV(B)223.23º93.94%38.82%-
XYZ2.841.9712.04-
YUV31.86165.89109.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 99 (39.06% from 255) = 72.26%
R=4.38%
G=23.36%
B=72.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal632990.940.6800.61223.2388.5720.59
Hex620635E4403Ddf5915
Octal64014313610407533713125
Binary110100000110001110111101000100011110111011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062063; }

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

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

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

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

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

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

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

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