Html Css Color HEX #052391 Smalt

📋 copy color: '#052391'

red 5 ◦ green 35 ◦ blue 145

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

Shades of Smalt #052391

Tints of Smalt #052391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

 BLUE value IS 145 (57.03% from 255) = 78.38%

R = 2.7%
G = 18.92%
B = 78.38%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#052391 (or 0x052391) is known color: Smalt. HEX triplet: 05, 23 and 91. RGB value is (5,35,145). Sum of RGB (Red+Green+Blue) = 5+35+145=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #052391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052391 is #FADC6E. Grayscale: #262626. Windows color (decimal): -16440431 or 9511685. OLE color: 9511685.

HSL color Cylindrical-coordinate representation of color #052391: hue angle of 227.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052391 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 35 145 -
CMYK 0.97 0.76 0 0.43
HSL 227.14º 0.93% 0.29% -
HSV(B) 227.14º 0.97% 0.57% -
XYZ 5.77 3.28 27.12 -
YUV 38.57 188.06 104.06 -
System Red Green Blue C M Y K H S L
Decimal 5 35 145 0.97 0.76 0 0.43 227.14 0.93 0.29
Hex 5 23 91 61 4C 0 2B E3 5D 1D
Octal 5 43 221 141 114 0 53 343 135 35
Binary 101 100011 10010001 1100001 1001100 0 101011 11100011 1011101 11101

Color Harmonies of #052391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052391

Black with #052391

Text Example


Text Example

White with #052391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052391; }

 p { color: rgb(5,35,145); }

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

background-color css

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

 a { background-color: rgb(5,35,145); }

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

border-color css

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

 span { border-color: rgb(5,35,145); }

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