#052b8c

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

Shades of Smalt #052B8C

Tints of Smalt #052B8C

Color information

#052B8C (or 0x052B8C) is unknown color: approx Smalt. HEX triplet: 05, 2B and 8C. RGB value is (5,43,140). Sum of RGB (Red+Green+Blue) = 5+43+140=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 140 (55.08% from 255 or 74.47% from 188); Max value from RGB is 140 - color contains mainly: blue. Hex color #052B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052B8C is #FAD473. Grayscale: #2A2A2A. Windows color (decimal): -16438388 or 9186053. OLE color: 9186053.

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

Color convert

RGB543140-
CMYK0.960.6900.45
HSL223.11º93.1%28.43%-
HSV(B)223.11º96.43%54.9%-
XYZ5.663.6525.22-
YUV42.7182.91101.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 140 (55.08% from 255) = 74.47%
R=2.66%
G=22.87%
B=74.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5431400.960.6900.45223.1193.128.43
Hex52B8C604502Ddf5d1c
Octal55321414010505533713534
Binary1011010111000110011000001000101010110111011111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052b8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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