#022659

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

Shades of Sapphire #022659

Tints of Sapphire #022659

Color information

#022659 (or 0x022659) is unknown color: approx Sapphire. HEX triplet: 02, 26 and 59. RGB value is (2,38,89). Sum of RGB (Red+Green+Blue) = 2+38+89=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 38 (15.23% from 255 or 29.46% 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 #022659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022659 is #FDD9A6. Grayscale: #202020. Windows color (decimal): -16636327 or 5842434. OLE color: 5842434.

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

Color convert

RGB23889-
CMYK0.980.5700.65
HSL215.17º95.6%17.84%-
HSV(B)215.17º97.75%34.9%-
XYZ2.522.129.73-
YUV33.05159.57105.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 89 (35.16% from 255) = 68.99%
R=1.55%
G=29.46%
B=68.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal238890.980.5700.65215.1795.617.84
Hex226596239041d76012
Octal24613114271010132714022
Binary10100110101100111000101110010100000111010111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022659; }

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

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

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

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

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

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

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

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