#052974

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

Shades of Sapphire #052974

Tints of Sapphire #052974

Color information

#052974 (or 0x052974) is unknown color: approx Sapphire. HEX triplet: 05, 29 and 74. RGB value is (5,41,116). Sum of RGB (Red+Green+Blue) = 5+41+116=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 116 (45.70% from 255 or 71.60% from 162); Max value from RGB is 116 - color contains mainly: blue. Hex color #052974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052974 is #FAD68B. Grayscale: #262626. Windows color (decimal): -16438924 or 7612677. OLE color: 7612677.

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

Color convert

RGB541116-
CMYK0.960.6500.55
HSL220.54º91.74%23.73%-
HSV(B)220.54º95.69%45.49%-
XYZ4.012.8816.87-
YUV38.79171.57103.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 116 (45.70% from 255) = 71.60%
R=3.09%
G=25.31%
B=71.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5411160.960.6500.55220.5491.7423.73
Hex529746041037dd5c18
Octal55116414010106733513430
Binary101101001111010011000001000001011011111011101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052974; }

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

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

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

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

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

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

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

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