Html Css Color HEX #052492 Smalt

📋 copy color: '#052492'

red 5 ◦ green 36 ◦ blue 146

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

Shades of Smalt #052492

Tints of Smalt #052492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 78.07%

R = 2.67%
G = 19.25%
B = 78.07%

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

#052492 (or 0x052492) is known color: Smalt. HEX triplet: 05, 24 and 92. RGB value is (5,36,146). Sum of RGB (Red+Green+Blue) = 5+36+146=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #052492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052492 is #FADB6D. Grayscale: #262626. Windows color (decimal): -16440174 or 9577477. OLE color: 9577477.

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

Color convert

RGB 5 36 146 -
CMYK 0.97 0.75 0 0.43
HSL 226.81º 0.93% 0.3% -
HSV(B) 226.81º 0.97% 0.57% -
XYZ 5.88 3.37 27.53 -
YUV 39.27 188.23 103.56 -
System Red Green Blue C M Y K H S L
Decimal 5 36 146 0.97 0.75 0 0.43 226.81 0.93 0.3
Hex 5 24 92 61 4B 0 2B E3 5D 1E
Octal 5 44 222 141 113 0 53 343 135 36
Binary 101 100100 10010010 1100001 1001011 0 101011 11100011 1011101 11110

Color Harmonies of #052492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052492

Black with #052492

Text Example


Text Example

White with #052492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052492; }

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

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

background-color css

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

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

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

border-color css

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

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

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