#05227C

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

Shades of Sapphire #05227C

Tints of Sapphire #05227C

Color information

#05227C (or 0x05227C) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 7C. RGB value is (5,34,124). Sum of RGB (Red+Green+Blue) = 5+34+124=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #05227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05227C is #FADD83. Grayscale: #232323. Windows color (decimal): -16440708 or 8135173. OLE color: 8135173.

HSL color Cylindrical-coordinate representation of color #05227C: hue angle of 225.38º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05227C is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB534124-
CMYK0.960.7300.51
HSL225.38º92.25%25.29%-
HSV(B)225.38º95.97%48.63%-
XYZ4.272.6319.35-
YUV35.59177.89106.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 124 (48.83% from 255) = 76.07%
R=3.07%
G=20.86%
B=76.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5341240.960.7300.51225.3892.2525.29
Hex5227C6049033e15c19
Octal54217414011106334113431
Binary101100010111110011000001001001011001111100001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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