#05225C

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

Shades of Sapphire #05225C

Tints of Sapphire #05225C

Color information

#05225C (or 0x05225C) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 5C. RGB value is (5,34,92). Sum of RGB (Red+Green+Blue) = 5+34+92=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #05225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05225C is #FADDA3. Grayscale: #1F1F1F. Windows color (decimal): -16440740 or 6038021. OLE color: 6038021.

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

Color convert

RGB53492-
CMYK0.950.6300.64
HSL220º89.69%19.02%-
HSV(B)220º94.57%36.08%-
XYZ2.571.9510.37-
YUV31.94161.89108.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 92 (36.33% from 255) = 70.23%
R=3.82%
G=25.95%
B=70.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal534920.950.6300.6422089.6919.02
Hex5225C5F3F040dc5a13
Octal54213413777010033413223
Binary101100010101110010111111111110100000011011100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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