#062959

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

Shades of Sapphire #062959

Tints of Sapphire #062959

Color information

#062959 (or 0x062959) is unknown color: approx Sapphire. HEX triplet: 06, 29 and 59. RGB value is (6,41,89). Sum of RGB (Red+Green+Blue) = 6+41+89=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #062959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062959 is #F9D6A6. Grayscale: #232323. Windows color (decimal): -16373415 or 5843206. OLE color: 5843206.

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

Color convert

RGB64189-
CMYK0.930.5400.65
HSL214.7º87.37%18.63%-
HSV(B)214.7º93.26%34.9%-
XYZ2.672.359.76-
YUV36.01157.9106.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 89 (35.16% from 255) = 65.44%
R=4.41%
G=30.15%
B=65.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal641890.930.5400.65214.787.3718.63
Hex629595D36041d75713
Octal65113113566010132712723
Binary110101001101100110111011101100100000111010111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062959; }

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

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

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

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

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

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

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

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