#022359

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

Shades of Sapphire #022359

Tints of Sapphire #022359

Color information

#022359 (or 0x022359) is unknown color: approx Sapphire. HEX triplet: 02, 23 and 59. RGB value is (2,35,89). Sum of RGB (Red+Green+Blue) = 2+35+89=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #022359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022359 is #FDDCA6. Grayscale: #1F1F1F. Windows color (decimal): -16637095 or 5841666. OLE color: 5841666.

HSL color Cylindrical-coordinate representation of color #022359: hue angle of 217.24º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022359 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB23589-
CMYK0.980.6100.65
HSL217.24º95.6%17.84%-
HSV(B)217.24º97.75%34.9%-
XYZ2.431.949.7-
YUV31.29160.57107.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 89 (35.16% from 255) = 70.63%
R=1.59%
G=27.78%
B=70.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal235890.980.6100.65217.2495.617.84
Hex22359623D041d96012
Octal24313114275010133114022
Binary10100011101100111000101111010100000111011001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022359; }

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

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

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

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

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

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

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

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