#022154

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

Shades of Sapphire #022154

Tints of Sapphire #022154

Color information

#022154 (or 0x022154) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 54. RGB value is (2,33,84). Sum of RGB (Red+Green+Blue) = 2+33+84=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 84 (33.20% from 255 or 70.59% from 119); Max value from RGB is 84 - color contains mainly: blue. Hex color #022154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022154 is #FDDEAB. Grayscale: #1D1D1D. Windows color (decimal): -16637612 or 5513474. OLE color: 5513474.

HSL color Cylindrical-coordinate representation of color #022154: hue angle of 217.32º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022154 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB23384-
CMYK0.980.6100.67
HSL217.32º95.35%16.86%-
HSV(B)217.32º97.62%32.94%-
XYZ2.171.748.61-
YUV29.54158.73108.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 84 (33.20% from 255) = 70.59%
R=1.68%
G=27.73%
B=70.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal233840.980.6100.67217.3295.3516.86
Hex22154623D043d95f11
Octal24112414275010333113721
Binary10100001101010011000101111010100001111011001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022154; }

 p { color: rgb(2,33,84); }

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

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

 a { background-color: rgb(2,33,84); }

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

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

 span { border-color: rgb(2,33,84); }

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