#05225B

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

Shades of Sapphire #05225B

Tints of Sapphire #05225B

Color information

#05225B (or 0x05225B) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 5B. RGB value is (5,34,91). Sum of RGB (Red+Green+Blue) = 5+34+91=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #05225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05225B is #FADDA4. Grayscale: #1F1F1F. Windows color (decimal): -16440741 or 5972485. OLE color: 5972485.

HSL color Cylindrical-coordinate representation of color #05225B: hue angle of 219.77º 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 #05225B is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB53491-
CMYK0.950.6300.64
HSL219.77º89.58%18.82%-
HSV(B)219.77º94.51%35.69%-
XYZ2.521.9310.14-
YUV31.83161.39108.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 91 (35.94% from 255) = 70%
R=3.85%
G=26.15%
B=70%

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
Decimal534910.950.6300.64219.7789.5818.82
Hex5225B5F3F040dc5a13
Octal54213313777010033413223
Binary101100010101101110111111111110100000011011100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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