#02225F

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

Shades of Sapphire #02225F

Tints of Sapphire #02225F

Color information

#02225F (or 0x02225F) is unknown color: approx Sapphire. HEX triplet: 02, 22 and 5F. RGB value is (2,34,95). Sum of RGB (Red+Green+Blue) = 2+34+95=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 95 (37.5% from 255 or 72.52% from 131); Max value from RGB is 95 - color contains mainly: blue. Hex color #02225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02225F is #FDDDA0. Grayscale: #1F1F1F. Windows color (decimal): -16637345 or 6234626. OLE color: 6234626.

HSL color Cylindrical-coordinate representation of color #02225F: hue angle of 219.35º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02225F is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB23495-
CMYK0.980.6400.63
HSL219.35º95.88%19.02%-
HSV(B)219.35º97.89%37.25%-
XYZ2.661.9811.07-
YUV31.39163.9107.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 95 (37.5% from 255) = 72.52%
R=1.53%
G=25.95%
B=72.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal234950.980.6400.63219.3595.8819.02
Hex2225F624003Fdb6013
Octal24213714210007733314023
Binary10100010101111111000101000000011111111011011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02225F; }

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

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

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

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

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

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

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

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