#062259

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

Shades of Sapphire #062259

Tints of Sapphire #062259

Color information

#062259 (or 0x062259) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 59. RGB value is (6,34,89). Sum of RGB (Red+Green+Blue) = 6+34+89=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #062259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062259 is #F9DDA6. Grayscale: #1F1F1F. Windows color (decimal): -16375207 or 5841414. OLE color: 5841414.

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

Color convert

RGB63489-
CMYK0.930.6200.65
HSL219.76º87.37%18.63%-
HSV(B)219.76º93.26%34.9%-
XYZ2.451.99.69-
YUV31.9160.22109.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 89 (35.16% from 255) = 68.99%
R=4.65%
G=26.36%
B=68.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal634890.930.6200.65219.7687.3718.63
Hex622595D3E041dc5713
Octal64213113576010133412723
Binary110100010101100110111011111100100000111011100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062259; }

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

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

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

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

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

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

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

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