Html Css Color HEX #052D84 Smalt

📋 copy color: '#052D84'

red 5 ◦ green 45 ◦ blue 132

#052D84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #052D84

Tints of Smalt #052D84

RGB

 RED value IS 5 (2.34% from 255) = 2.75%

 GREEN value IS 45 (17.97% from 255) = 24.73%

 BLUE value IS 132 (51.95% from 255) = 72.53%

R = 2.75%
G = 24.73%
B = 72.53%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#052D84 (or 0x052D84) is known color: Smalt. HEX triplet: 05, 2D and 84. RGB value is (5,45,132). Sum of RGB (Red+Green+Blue) = 5+45+132=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 132 (51.95% from 255 or 72.53% from 182); Max value from RGB is 132 - color contains mainly: blue. Hex color #052D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D84 is #FAD27B. Grayscale: #2A2A2A. Windows color (decimal): -16437884 or 8662277. OLE color: 8662277.

HSL color Cylindrical-coordinate representation of color #052D84: hue angle of 221.1º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052D84 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 45 132 -
CMYK 0.96 0.66 0 0.48
HSL 221.1º 0.93% 0.27% -
HSV(B) 221.1º 0.96% 0.52% -
XYZ 5.17 3.57 22.25 -
YUV 42.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 5 45 132 0.96 0.66 0 0.48 221.1 0.93 0.27
Hex 5 2D 84 60 42 0 30 DD 5D 1B
Octal 5 55 204 140 102 0 60 335 135 33
Binary 101 101101 10000100 1100000 1000010 0 110000 11011101 1011101 11011

Color Harmonies of #052D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D84

Black with #052D84

Text Example


Text Example

White with #052D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,45,132); }

 H1.HeaderClassName
 {
   color: #052D84;
 }
 .AnyTagClassName
 {
   color: #052D84;
 }
</style>

background-color css

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

 a { background-color: rgb(5,45,132); }

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

border-color css

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

 span { border-color: rgb(5,45,132); }

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