Html Css Color HEX #052C84 Smalt

📋 copy color: '#052C84'

red 5 ◦ green 44 ◦ blue 132

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

Shades of Smalt #052C84

Tints of Smalt #052C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.31%

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

R = 2.76%
G = 24.31%
B = 72.93%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#052C84 (or 0x052C84) is known color: Smalt. HEX triplet: 05, 2C and 84. RGB value is (5,44,132). Sum of RGB (Red+Green+Blue) = 5+44+132=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 132 (51.95% from 255 or 72.93% from 181); Max value from RGB is 132 - color contains mainly: blue. Hex color #052C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052C84 is #FAD37B. Grayscale: #292929. Windows color (decimal): -16438140 or 8662021. OLE color: 8662021.

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

Color convert

RGB 5 44 132 -
CMYK 0.96 0.67 0 0.48
HSL 221.57º 0.93% 0.27% -
HSV(B) 221.57º 0.96% 0.52% -
XYZ 5.13 3.5 22.24 -
YUV 42.37 178.58 101.34 -
System Red Green Blue C M Y K H S L
Decimal 5 44 132 0.96 0.67 0 0.48 221.57 0.93 0.27
Hex 5 2C 84 60 43 0 30 DE 5D 1B
Octal 5 54 204 140 103 0 60 336 135 33
Binary 101 101100 10000100 1100000 1000011 0 110000 11011110 1011101 11011

Color Harmonies of #052C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C84

Black with #052C84

Text Example


Text Example

White with #052C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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