#05225F

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

Shades of Sapphire #05225F

Tints of Sapphire #05225F

Color information

#05225F (or 0x05225F) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 5F. RGB value is (5,34,95). Sum of RGB (Red+Green+Blue) = 5+34+95=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #05225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05225F is #FADDA0. Grayscale: #202020. Windows color (decimal): -16440737 or 6234629. OLE color: 6234629.

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

Color convert

RGB53495-
CMYK0.950.6400.63
HSL220.67º90%19.61%-
HSV(B)220.67º94.74%37.25%-
XYZ2.7211.07-
YUV32.28163.39108.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 95 (37.5% from 255) = 70.90%
R=3.73%
G=25.37%
B=70.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal534950.950.6400.63220.679019.61
Hex5225F5F4003Fdd5a14
Octal54213713710007733513224
Binary101100010101111110111111000000011111111011101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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