#052B8A

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

Shades of Smalt #052B8A

Tints of Smalt #052B8A

Color information

#052B8A (or 0x052B8A) is unknown color: approx Smalt. HEX triplet: 05, 2B and 8A. RGB value is (5,43,138). Sum of RGB (Red+Green+Blue) = 5+43+138=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 138 (54.30% from 255 or 74.19% from 186); Max value from RGB is 138 - color contains mainly: blue. Hex color #052B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052B8A is #FAD475. Grayscale: #2A2A2A. Windows color (decimal): -16438390 or 9054981. OLE color: 9054981.

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

Color convert

RGB543138-
CMYK0.960.6900.46
HSL222.86º93.01%28.04%-
HSV(B)222.86º96.38%54.12%-
XYZ5.513.5924.45-
YUV42.47181.91101.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 43 (17.19% from 255) = 23.12%
BLUE value IS 138 (54.30% from 255) = 74.19%
R=2.69%
G=23.12%
B=74.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5431380.960.6900.46222.8693.0128.04
Hex52B8A604502Edf5d1c
Octal55321214010505633713534
Binary1011010111000101011000001000101010111011011111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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