#062459

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

Shades of Sapphire #062459

Tints of Sapphire #062459

Color information

#062459 (or 0x062459) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 59. RGB value is (6,36,89). Sum of RGB (Red+Green+Blue) = 6+36+89=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #062459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062459 is #F9DBA6. Grayscale: #202020. Windows color (decimal): -16374695 or 5841926. OLE color: 5841926.

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

Color convert

RGB63689-
CMYK0.930.6000.65
HSL218.31º87.37%18.63%-
HSV(B)218.31º93.26%34.9%-
XYZ2.512.029.71-
YUV33.07159.56108.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 89 (35.16% from 255) = 67.94%
R=4.58%
G=27.48%
B=67.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal636890.930.6000.65218.3187.3718.63
Hex624595D3C041da5713
Octal64413113574010133212723
Binary110100100101100110111011111000100000111011010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062459; }

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

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

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

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

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

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

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

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