#062859

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

Shades of Sapphire #062859

Tints of Sapphire #062859

Color information

#062859 (or 0x062859) is unknown color: approx Sapphire. HEX triplet: 06, 28 and 59. RGB value is (6,40,89). Sum of RGB (Red+Green+Blue) = 6+40+89=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #062859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062859 is #F9D7A6. Grayscale: #232323. Windows color (decimal): -16373671 or 5842950. OLE color: 5842950.

HSL color Cylindrical-coordinate representation of color #062859: hue angle of 215.42º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062859 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB64089-
CMYK0.930.5500.65
HSL215.42º87.37%18.63%-
HSV(B)215.42º93.26%34.9%-
XYZ2.642.289.75-
YUV35.42158.24107.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 89 (35.16% from 255) = 65.93%
R=4.44%
G=29.63%
B=65.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal640890.930.5500.65215.4287.3718.63
Hex628595D37041d75713
Octal65013113567010132712723
Binary110101000101100110111011101110100000111010111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062859; }

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

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

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

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

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

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

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

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