#052C9A

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

Shades of Smalt #052C9A

Tints of Smalt #052C9A

Color information

#052C9A (or 0x052C9A) is unknown color: approx Smalt. HEX triplet: 05, 2C and 9A. RGB value is (5,44,154). Sum of RGB (Red+Green+Blue) = 5+44+154=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #052C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052C9A is #FAD365. Grayscale: #2C2C2C. Windows color (decimal): -16438118 or 10103813. OLE color: 10103813.

HSL color Cylindrical-coordinate representation of color #052C9A: hue angle of 224.3º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052C9A is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB544154-
CMYK0.970.7100.40
HSL224.3º93.71%31.18%-
HSV(B)224.3º96.75%60.39%-
XYZ6.84.1731.02-
YUV44.88189.5899.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 154 (60.55% from 255) = 75.86%
R=2.46%
G=21.67%
B=75.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5441540.970.7100.40224.393.7131.18
Hex52C9A6147028e05e1f
Octal55423214110705034013637
Binary1011011001001101011000011000111010100011100000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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