#022250

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

Shades of Sapphire #022250

Tints of Sapphire #022250

Color information

#022250 (or 0x022250) is unknown color: approx Sapphire. HEX triplet: 02, 22 and 50. RGB value is (2,34,80). Sum of RGB (Red+Green+Blue) = 2+34+80=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #022250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022250 is #FDDDAF. Grayscale: #1D1D1D. Windows color (decimal): -16637360 or 5251586. OLE color: 5251586.

HSL color Cylindrical-coordinate representation of color #022250: hue angle of 215.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022250 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB23480-
CMYK0.980.5800.69
HSL215.38º95.12%16.08%-
HSV(B)215.38º97.5%31.37%-
XYZ2.051.747.82-
YUV29.68156.4108.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 80 (31.64% from 255) = 68.97%
R=1.72%
G=29.31%
B=68.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal234800.980.5800.69215.3895.1216.08
Hex22250623A045d75f10
Octal24212014272010532713720
Binary10100010101000011000101110100100010111010111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022250; }

 p { color: rgb(2,34,80); }

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

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

 a { background-color: rgb(2,34,80); }

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

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

 span { border-color: rgb(2,34,80); }

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