Html Css Color HEX #052292 Smalt

📋 copy color: '#052292'

red 5 ◦ green 34 ◦ blue 146

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

Shades of Smalt #052292

Tints of Smalt #052292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.38%

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

R = 2.7%
G = 18.38%
B = 78.92%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#052292 (or 0x052292) is known color: Smalt. HEX triplet: 05, 22 and 92. RGB value is (5,34,146). Sum of RGB (Red+Green+Blue) = 5+34+146=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #052292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052292 is #FADD6D. Grayscale: #252525. Windows color (decimal): -16440686 or 9576965. OLE color: 9576965.

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

Color convert

RGB 5 34 146 -
CMYK 0.97 0.77 0 0.43
HSL 227.66º 0.93% 0.3% -
HSV(B) 227.66º 0.97% 0.57% -
XYZ 5.82 3.25 27.51 -
YUV 38.1 188.89 104.39 -
System Red Green Blue C M Y K H S L
Decimal 5 34 146 0.97 0.77 0 0.43 227.66 0.93 0.3
Hex 5 22 92 61 4D 0 2B E4 5D 1E
Octal 5 42 222 141 115 0 53 344 135 36
Binary 101 100010 10010010 1100001 1001101 0 101011 11100100 1011101 11110

Color Harmonies of #052292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052292

Black with #052292

Text Example


Text Example

White with #052292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052292; }

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

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

background-color css

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

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

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

border-color css

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

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

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