#05224B

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

Shades of Sapphire #05224B

Tints of Sapphire #05224B

Color information

#05224B (or 0x05224B) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 4B. RGB value is (5,34,75). Sum of RGB (Red+Green+Blue) = 5+34+75=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #05224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05224B is #FADDB4. Grayscale: #1D1D1D. Windows color (decimal): -16440757 or 4923909. OLE color: 4923909.

HSL color Cylindrical-coordinate representation of color #05224B: hue angle of 215.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05224B is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53475-
CMYK0.930.5500.71
HSL215.14º87.5%15.69%-
HSV(B)215.14º93.33%29.41%-
XYZ1.91.686.88-
YUV30153.39110.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 75 (29.69% from 255) = 65.79%
R=4.39%
G=29.82%
B=65.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal534750.930.5500.71215.1487.515.69
Hex5224B5D37047d75810
Octal54211313567010732713020
Binary101100010100101110111011101110100011111010111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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