#062863

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

Shades of Sapphire #062863

Tints of Sapphire #062863

Color information

#062863 (or 0x062863) is unknown color: approx Sapphire. HEX triplet: 06, 28 and 63. RGB value is (6,40,99). Sum of RGB (Red+Green+Blue) = 6+40+99=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #062863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062863 is #F9D79C. Grayscale: #242424. Windows color (decimal): -16373661 or 6498310. OLE color: 6498310.

HSL color Cylindrical-coordinate representation of color #062863: hue angle of 218.06º 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 #062863 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB64099-
CMYK0.940.6000.61
HSL218.06º88.57%20.59%-
HSV(B)218.06º93.94%38.82%-
XYZ3.092.4612.12-
YUV36.56163.24106.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 99 (39.06% from 255) = 68.28%
R=4.14%
G=27.59%
B=68.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal640990.940.6000.61218.0688.5720.59
Hex628635E3C03Dda5915
Octal6501431367407533213125
Binary11010100011000111011110111100011110111011010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062863; }

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

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

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

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

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

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

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

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