#052A81

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

Shades of Smalt #052A81

Tints of Smalt #052A81

Color information

#052A81 (or 0x052A81) is unknown color: approx Smalt. HEX triplet: 05, 2A and 81. RGB value is (5,42,129). Sum of RGB (Red+Green+Blue) = 5+42+129=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 129 (50.78% from 255 or 73.30% from 176); Max value from RGB is 129 - color contains mainly: blue. Hex color #052A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052A81 is #FAD57E. Grayscale: #282828. Windows color (decimal): -16438655 or 8464901. OLE color: 8464901.

HSL color Cylindrical-coordinate representation of color #052A81: hue angle of 222.1º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052A81 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB542129-
CMYK0.960.6700.49
HSL222.1º92.54%26.27%-
HSV(B)222.1º96.12%50.59%-
XYZ4.853.2721.14-
YUV40.86177.74102.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 129 (50.78% from 255) = 73.30%
R=2.84%
G=23.86%
B=73.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5421290.960.6700.49222.192.5426.27
Hex52A816043031de5d1a
Octal55220114010306133613532
Binary1011010101000000111000001000011011000111011110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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