#052B8F

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

Shades of Smalt #052B8F

Tints of Smalt #052B8F

Color information

#052B8F (or 0x052B8F) is unknown color: approx Smalt. HEX triplet: 05, 2B and 8F. RGB value is (5,43,143). Sum of RGB (Red+Green+Blue) = 5+43+143=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 143 (56.25% from 255 or 74.87% from 191); Max value from RGB is 143 - color contains mainly: blue. Hex color #052B8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052B8F is #FAD470. Grayscale: #2A2A2A. Windows color (decimal): -16438385 or 9382661. OLE color: 9382661.

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

Color convert

RGB543143-
CMYK0.970.7000.44
HSL223.48º93.24%29.02%-
HSV(B)223.48º96.5%56.08%-
XYZ5.883.7426.4-
YUV43.04184.41100.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 143 (56.25% from 255) = 74.87%
R=2.62%
G=22.51%
B=74.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5431430.970.7000.44223.4893.2429.02
Hex52B8F614602Cdf5d1d
Octal55321714110605433713535
Binary1011010111000111111000011000110010110011011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,43,143); }

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

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

 a { background-color: rgb(5,43,143); }

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

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

 span { border-color: rgb(5,43,143); }

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