Html Css Color HEX #052491 Smalt

📋 copy color: '#052491'

red 5 ◦ green 36 ◦ blue 145

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

Shades of Smalt #052491

Tints of Smalt #052491

RGB

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

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

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

R = 2.69%
G = 19.35%
B = 77.96%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#052491 (or 0x052491) is known color: Smalt. HEX triplet: 05, 24 and 91. RGB value is (5,36,145). Sum of RGB (Red+Green+Blue) = 5+36+145=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 145 (57.03% from 255 or 77.96% from 186); Max value from RGB is 145 - color contains mainly: blue. Hex color #052491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052491 is #FADB6E. Grayscale: #262626. Windows color (decimal): -16440175 or 9511941. OLE color: 9511941.

HSL color Cylindrical-coordinate representation of color #052491: hue angle of 226.71º 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 #052491 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 36 145 -
CMYK 0.97 0.75 0 0.43
HSL 226.71º 0.93% 0.29% -
HSV(B) 226.71º 0.97% 0.57% -
XYZ 5.8 3.34 27.13 -
YUV 39.16 187.73 103.64 -
System Red Green Blue C M Y K H S L
Decimal 5 36 145 0.97 0.75 0 0.43 226.71 0.93 0.29
Hex 5 24 91 61 4B 0 2B E3 5D 1D
Octal 5 44 221 141 113 0 53 343 135 35
Binary 101 100100 10010001 1100001 1001011 0 101011 11100011 1011101 11101

Color Harmonies of #052491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052491

Black with #052491

Text Example


Text Example

White with #052491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052491; }

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

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

background-color css

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

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

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

border-color css

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

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

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