#062359

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

Shades of Sapphire #062359

Tints of Sapphire #062359

Color information

#062359 (or 0x062359) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 59. RGB value is (6,35,89). Sum of RGB (Red+Green+Blue) = 6+35+89=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #062359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062359 is #F9DCA6. Grayscale: #202020. Windows color (decimal): -16374951 or 5841670. OLE color: 5841670.

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

Color convert

RGB63589-
CMYK0.930.6100.65
HSL219.04º87.37%18.63%-
HSV(B)219.04º93.26%34.9%-
XYZ2.481.969.7-
YUV32.48159.89109.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 35 (14.06% from 255) = 26.92%
BLUE value IS 89 (35.16% from 255) = 68.46%
R=4.62%
G=26.92%
B=68.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal635890.930.6100.65219.0487.3718.63
Hex623595D3D041db5713
Octal64313113575010133312723
Binary110100011101100110111011111010100000111011011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062359; }

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

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

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

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

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

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

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

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