#05224D

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

Shades of Sapphire #05224D

Tints of Sapphire #05224D

Color information

#05224D (or 0x05224D) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 4D. RGB value is (5,34,77). Sum of RGB (Red+Green+Blue) = 5+34+77=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #05224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05224D is #FADDB2. Grayscale: #1E1E1E. Windows color (decimal): -16440755 or 5054981. OLE color: 5054981.

HSL color Cylindrical-coordinate representation of color #05224D: hue angle of 215.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05224D is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB53477-
CMYK0.940.5600.70
HSL215.83º87.8%16.08%-
HSV(B)215.83º93.51%30.2%-
XYZ1.971.717.25-
YUV30.23154.39110-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 77 (30.47% from 255) = 66.38%
R=4.31%
G=29.31%
B=66.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal534770.940.5600.70215.8387.816.08
Hex5224D5E38046d85810
Octal54211513670010633013020
Binary101100010100110110111101110000100011011011000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05224D; }

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

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

<style>
 a { background-color: #05224D; }

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

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

<style>
 span { border-color: #05224D; }

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

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