#052174

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

Shades of Sapphire #052174

Tints of Sapphire #052174

Color information

#052174 (or 0x052174) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 74. RGB value is (5,33,116). Sum of RGB (Red+Green+Blue) = 5+33+116=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 116 (45.70% from 255 or 75.32% from 154); Max value from RGB is 116 - color contains mainly: blue. Hex color #052174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052174 is #FADE8B. Grayscale: #212121. Windows color (decimal): -16440972 or 7610629. OLE color: 7610629.

HSL color Cylindrical-coordinate representation of color #052174: hue angle of 224.86º 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 #052174 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB533116-
CMYK0.960.7200.55
HSL224.86º91.74%23.73%-
HSV(B)224.86º95.69%45.49%-
XYZ3.762.3816.78-
YUV34.09174.22107.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.25%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 116 (45.70% from 255) = 75.32%
R=3.25%
G=21.43%
B=75.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5331160.960.7200.55224.8691.7423.73
Hex521746048037e15c18
Octal54116414011006734113430
Binary101100001111010011000001001000011011111100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052174; }

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

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

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

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

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

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

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

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