#052C8C

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

Shades of Smalt #052C8C

Tints of Smalt #052C8C

Color information

#052C8C (or 0x052C8C) is unknown color: approx Smalt. HEX triplet: 05, 2C and 8C. RGB value is (5,44,140). Sum of RGB (Red+Green+Blue) = 5+44+140=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 140 (55.08% from 255 or 74.07% from 189); Max value from RGB is 140 - color contains mainly: blue. Hex color #052C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052C8C is #FAD373. Grayscale: #2A2A2A. Windows color (decimal): -16438132 or 9186309. OLE color: 9186309.

HSL color Cylindrical-coordinate representation of color #052C8C: hue angle of 222.67º 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 #052C8C is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB544140-
CMYK0.960.6900.45
HSL222.67º93.1%28.43%-
HSV(B)222.67º96.43%54.9%-
XYZ5.73.7325.23-
YUV43.28182.58100.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 44 (17.58% from 255) = 23.28%
BLUE value IS 140 (55.08% from 255) = 74.07%
R=2.65%
G=23.28%
B=74.07%

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
Decimal5441400.960.6900.45222.6793.128.43
Hex52C8C604502Ddf5d1c
Octal55421414010505533713534
Binary1011011001000110011000001000101010110111011111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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