#05225E

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

Shades of Sapphire #05225E

Tints of Sapphire #05225E

Color information

#05225E (or 0x05225E) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 5E. RGB value is (5,34,94). Sum of RGB (Red+Green+Blue) = 5+34+94=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #05225E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05225E is #FADDA1. Grayscale: #1F1F1F. Windows color (decimal): -16440738 or 6169093. OLE color: 6169093.

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

Color convert

RGB53494-
CMYK0.950.6400.63
HSL220.45º89.9%19.41%-
HSV(B)220.45º94.68%36.86%-
XYZ2.651.9810.83-
YUV32.17162.89108.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 94 (37.11% from 255) = 70.68%
R=3.76%
G=25.56%
B=70.68%

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
Decimal534940.950.6400.63220.4589.919.41
Hex5225E5F4003Fdc5a13
Octal54213613710007733413223
Binary101100010101111010111111000000011111111011100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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