Html Css Color HEX #052486 Smalt

📋 copy color: '#052486'

red 5 ◦ green 36 ◦ blue 134

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

Shades of Smalt #052486

Tints of Smalt #052486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

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

R = 2.86%
G = 20.57%
B = 76.57%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#052486 (or 0x052486) is known color: Smalt. HEX triplet: 05, 24 and 86. RGB value is (5,36,134). Sum of RGB (Red+Green+Blue) = 5+36+134=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 134 (52.73% from 255 or 76.57% from 175); Max value from RGB is 134 - color contains mainly: blue. Hex color #052486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052486 is #FADB79. Grayscale: #252525. Windows color (decimal): -16440186 or 8791045. OLE color: 8791045.

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

Color convert

RGB 5 36 134 -
CMYK 0.96 0.73 0 0.47
HSL 225.58º 0.93% 0.27% -
HSV(B) 225.58º 0.96% 0.53% -
XYZ 5 3.02 22.87 -
YUV 37.9 182.23 104.53 -
System Red Green Blue C M Y K H S L
Decimal 5 36 134 0.96 0.73 0 0.47 225.58 0.93 0.27
Hex 5 24 86 60 49 0 2F E2 5D 1B
Octal 5 44 206 140 111 0 57 342 135 33
Binary 101 100100 10000110 1100000 1001001 0 101111 11100010 1011101 11011

Color Harmonies of #052486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052486

Black with #052486

Text Example


Text Example

White with #052486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052486; }

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

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

background-color css

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

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

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

border-color css

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

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

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