#052A93

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

Shades of Smalt #052A93

Tints of Smalt #052A93

Color information

#052A93 (or 0x052A93) is unknown color: approx Smalt. HEX triplet: 05, 2A and 93. RGB value is (5,42,147). Sum of RGB (Red+Green+Blue) = 5+42+147=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #052A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052A93 is #FAD56C. Grayscale: #2A2A2A. Windows color (decimal): -16438637 or 9644549. OLE color: 9644549.

HSL color Cylindrical-coordinate representation of color #052A93: hue angle of 224.37º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052A93 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB542147-
CMYK0.970.7100.42
HSL224.37º93.42%29.8%-
HSV(B)224.37º96.6%57.65%-
XYZ6.163.7928.01-
YUV42.91186.74100.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 147 (57.81% from 255) = 75.77%
R=2.58%
G=21.65%
B=75.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5421470.970.7100.42224.3793.4229.8
Hex52A93614702Ae05d1e
Octal55222314110705234013536
Binary1011010101001001111000011000111010101011100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052A93; }

 p { color: rgb(5,42,147); }

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

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

 a { background-color: rgb(5,42,147); }

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

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

 span { border-color: rgb(5,42,147); }

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