#062862

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

Shades of Sapphire #062862

Tints of Sapphire #062862

Color information

#062862 (or 0x062862) is unknown color: approx Sapphire. HEX triplet: 06, 28 and 62. RGB value is (6,40,98). Sum of RGB (Red+Green+Blue) = 6+40+98=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #062862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062862 is #F9D79D. Grayscale: #242424. Windows color (decimal): -16373662 or 6432774. OLE color: 6432774.

HSL color Cylindrical-coordinate representation of color #062862: hue angle of 217.83º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062862 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB64098-
CMYK0.940.5900.62
HSL217.83º88.46%20.39%-
HSV(B)217.83º93.88%38.43%-
XYZ3.042.4411.87-
YUV36.45162.74106.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 98 (38.67% from 255) = 68.06%
R=4.17%
G=27.78%
B=68.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal640980.940.5900.62217.8388.4620.39
Hex628625E3B03Eda5814
Octal6501421367307633213024
Binary11010100011000101011110111011011111011011010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062862; }

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

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

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

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

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

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

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

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