#062159

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

Shades of Sapphire #062159

Tints of Sapphire #062159

Color information

#062159 (or 0x062159) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 59. RGB value is (6,33,89). Sum of RGB (Red+Green+Blue) = 6+33+89=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #062159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062159 is #F9DEA6. Grayscale: #1F1F1F. Windows color (decimal): -16375463 or 5841158. OLE color: 5841158.

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

Color convert

RGB63389-
CMYK0.930.6300.65
HSL220.48º87.37%18.63%-
HSV(B)220.48º93.26%34.9%-
XYZ2.421.859.68-
YUV31.31160.55109.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 89 (35.16% from 255) = 69.53%
R=4.69%
G=25.78%
B=69.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal633890.930.6300.65220.4887.3718.63
Hex621595D3F041dc5713
Octal64113113577010133412723
Binary110100001101100110111011111110100000111011100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062159; }

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

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

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

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

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

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

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

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