#052A95

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

Shades of Smalt #052A95

Tints of Smalt #052A95

Color information

#052A95 (or 0x052A95) is unknown color: approx Smalt. HEX triplet: 05, 2A and 95. RGB value is (5,42,149). Sum of RGB (Red+Green+Blue) = 5+42+149=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 149 (58.59% from 255 or 76.02% from 196); Max value from RGB is 149 - color contains mainly: blue. Hex color #052A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052A95 is #FAD56A. Grayscale: #2A2A2A. Windows color (decimal): -16438635 or 9775621. OLE color: 9775621.

HSL color Cylindrical-coordinate representation of color #052A95: hue angle of 224.58º degrees, saturation: 0.94, 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 #052A95 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB542149-
CMYK0.970.7200.42
HSL224.58º93.51%30.2%-
HSV(B)224.58º96.64%58.43%-
XYZ6.323.8628.85-
YUV43.14187.74100.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 149 (58.59% from 255) = 76.02%
R=2.55%
G=21.43%
B=76.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5421490.970.7200.42224.5893.5130.2
Hex52A95614802Ae15e1e
Octal55222514111005234113636
Binary1011010101001010111000011001000010101011100001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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