#052274

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

Shades of Sapphire #052274

Tints of Sapphire #052274

Color information

#052274 (or 0x052274) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 74. RGB value is (5,34,116). Sum of RGB (Red+Green+Blue) = 5+34+116=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 116 (45.70% from 255 or 74.84% from 155); Max value from RGB is 116 - color contains mainly: blue. Hex color #052274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052274 is #FADD8B. Grayscale: #222222. Windows color (decimal): -16440716 or 7610885. OLE color: 7610885.

HSL color Cylindrical-coordinate representation of color #052274: hue angle of 224.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052274 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB534116-
CMYK0.960.7100.55
HSL224.32º91.74%23.73%-
HSV(B)224.32º95.69%45.49%-
XYZ3.792.4416.79-
YUV34.68173.89106.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 116 (45.70% from 255) = 74.84%
R=3.23%
G=21.94%
B=74.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5341160.960.7100.55224.3291.7423.73
Hex522746047037e05c18
Octal54216414010706734013430
Binary101100010111010011000001000111011011111100000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052274; }

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

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

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

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

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

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

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

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