#022353

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

Shades of Sapphire #022353

Tints of Sapphire #022353

Color information

#022353 (or 0x022353) is unknown color: approx Sapphire. HEX triplet: 02, 23 and 53. RGB value is (2,35,83). Sum of RGB (Red+Green+Blue) = 2+35+83=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #022353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022353 is #FDDCAC. Grayscale: #1E1E1E. Windows color (decimal): -16637101 or 5448450. OLE color: 5448450.

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

Color convert

RGB23583-
CMYK0.980.5800.67
HSL215.56º95.29%16.67%-
HSV(B)215.56º97.59%32.55%-
XYZ2.191.848.42-
YUV30.6157.57107.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 83 (32.81% from 255) = 69.17%
R=1.67%
G=29.17%
B=69.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal235830.980.5800.67215.5695.2916.67
Hex22353623A043d85f11
Octal24312314272010333013721
Binary10100011101001111000101110100100001111011000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022353; }

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

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

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

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

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

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

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

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