#052A8D

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

Shades of Smalt #052A8D

Tints of Smalt #052A8D

Color information

#052A8D (or 0x052A8D) is unknown color: approx Smalt. HEX triplet: 05, 2A and 8D. RGB value is (5,42,141). Sum of RGB (Red+Green+Blue) = 5+42+141=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #052A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052A8D is #FAD572. Grayscale: #292929. Windows color (decimal): -16438643 or 9251333. OLE color: 9251333.

HSL color Cylindrical-coordinate representation of color #052A8D: hue angle of 223.68º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052A8D is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB542141-
CMYK0.960.7000.45
HSL223.68º93.15%28.63%-
HSV(B)223.68º96.45%55.29%-
XYZ5.73.6125.6-
YUV42.22183.74101.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 42 (16.80% from 255) = 22.34%
BLUE value IS 141 (55.47% from 255) = 75%
R=2.66%
G=22.34%
B=75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5421410.960.7000.45223.6893.1528.63
Hex52A8D604602De05d1d
Octal55221514010605534013535
Binary1011010101000110111000001000110010110111100000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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