#052A9A

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

Shades of Smalt #052A9A

Tints of Smalt #052A9A

Color information

#052A9A (or 0x052A9A) is unknown color: approx Smalt. HEX triplet: 05, 2A and 9A. RGB value is (5,42,154). Sum of RGB (Red+Green+Blue) = 5+42+154=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 154 (60.55% from 255 or 76.62% from 201); Max value from RGB is 154 - color contains mainly: blue. Hex color #052A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052A9A is #FAD565. Grayscale: #2B2B2B. Windows color (decimal): -16438630 or 10103301. OLE color: 10103301.

HSL color Cylindrical-coordinate representation of color #052A9A: hue angle of 225.1º 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 #052A9A is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB542154-
CMYK0.970.7300.40
HSL225.1º93.71%31.18%-
HSV(B)225.1º96.75%60.39%-
XYZ6.724.0230.99-
YUV43.7190.24100.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 154 (60.55% from 255) = 76.62%
R=2.49%
G=20.90%
B=76.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5421540.970.7300.40225.193.7131.18
Hex52A9A6149028e15e1f
Octal55223214111105034113637
Binary1011010101001101011000011001001010100011100001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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