#052074

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

Shades of Sapphire #052074

Tints of Sapphire #052074

Color information

#052074 (or 0x052074) is unknown color: approx Sapphire. HEX triplet: 05, 20 and 74. RGB value is (5,32,116). Sum of RGB (Red+Green+Blue) = 5+32+116=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #052074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052074 is #FADF8B. Grayscale: #212121. Windows color (decimal): -16441228 or 7610373. OLE color: 7610373.

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

Color convert

RGB532116-
CMYK0.960.7200.55
HSL225.41º91.74%23.73%-
HSV(B)225.41º95.69%45.49%-
XYZ3.732.3316.78-
YUV33.5174.55107.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 116 (45.70% from 255) = 75.82%
R=3.27%
G=20.92%
B=75.82%

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
Decimal5321160.960.7200.55225.4191.7423.73
Hex520746048037e15c18
Octal54016414011006734113430
Binary101100000111010011000001001000011011111100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052074; }

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

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

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

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

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

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

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

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