Html Css Color HEX #052986 Smalt

📋 copy color: '#052986'

red 5 ◦ green 41 ◦ blue 134

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

Shades of Smalt #052986

Tints of Smalt #052986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 74.44%

R = 2.78%
G = 22.78%
B = 74.44%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#052986 (or 0x052986) is known color: Smalt. HEX triplet: 05, 29 and 86. RGB value is (5,41,134). Sum of RGB (Red+Green+Blue) = 5+41+134=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 134 (52.73% from 255 or 74.44% from 180); Max value from RGB is 134 - color contains mainly: blue. Hex color #052986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052986 is #FAD679. Grayscale: #282828. Windows color (decimal): -16438906 or 8792325. OLE color: 8792325.

HSL color Cylindrical-coordinate representation of color #052986: hue angle of 223.26º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052986 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 41 134 -
CMYK 0.96 0.69 0 0.47
HSL 223.26º 0.93% 0.27% -
HSV(B) 223.26º 0.96% 0.53% -
XYZ 5.16 3.34 22.93 -
YUV 40.84 180.57 102.44 -
System Red Green Blue C M Y K H S L
Decimal 5 41 134 0.96 0.69 0 0.47 223.26 0.93 0.27
Hex 5 29 86 60 45 0 2F DF 5D 1B
Octal 5 51 206 140 105 0 57 337 135 33
Binary 101 101001 10000110 1100000 1000101 0 101111 11011111 1011101 11011

Color Harmonies of #052986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052986

Black with #052986

Text Example


Text Example

White with #052986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052986; }

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

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

background-color css

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

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

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

border-color css

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

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

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