Html Css Color HEX #052984 Smalt

📋 copy color: '#052984'

red 5 ◦ green 41 ◦ blue 132

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

Shades of Smalt #052984

Tints of Smalt #052984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

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

R = 2.81%
G = 23.03%
B = 74.16%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#052984 (or 0x052984) is known color: Smalt. HEX triplet: 05, 29 and 84. RGB value is (5,41,132). Sum of RGB (Red+Green+Blue) = 5+41+132=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 132 (51.95% from 255 or 74.16% from 178); Max value from RGB is 132 - color contains mainly: blue. Hex color #052984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052984 is #FAD67B. Grayscale: #282828. Windows color (decimal): -16438908 or 8661253. OLE color: 8661253.

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

Color convert

RGB 5 41 132 -
CMYK 0.96 0.69 0 0.48
HSL 222.99º 0.93% 0.27% -
HSV(B) 222.99º 0.96% 0.52% -
XYZ 5.02 3.28 22.2 -
YUV 40.61 179.57 102.6 -
System Red Green Blue C M Y K H S L
Decimal 5 41 132 0.96 0.69 0 0.48 222.99 0.93 0.27
Hex 5 29 84 60 45 0 30 DF 5D 1B
Octal 5 51 204 140 105 0 60 337 135 33
Binary 101 101001 10000100 1100000 1000101 0 110000 11011111 1011101 11011

Color Harmonies of #052984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052984

Black with #052984

Text Example


Text Example

White with #052984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052984; }

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

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

background-color css

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

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

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

border-color css

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

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

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