Html Css Color HEX #052194 Smalt

📋 copy color: '#052194'

red 5 ◦ green 33 ◦ blue 148

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

Shades of Smalt #052194

Tints of Smalt #052194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.74%

 BLUE value IS 148 (58.2% from 255) = 79.57%

R = 2.69%
G = 17.74%
B = 79.57%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#052194 (or 0x052194) is known color: Smalt. HEX triplet: 05, 21 and 94. RGB value is (5,33,148). Sum of RGB (Red+Green+Blue) = 5+33+148=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 148 (58.20% from 255 or 79.57% from 186); Max value from RGB is 148 - color contains mainly: blue. Hex color #052194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052194 is #FADE6B. Grayscale: #252525. Windows color (decimal): -16440940 or 9707781. OLE color: 9707781.

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

Color convert

RGB 5 33 148 -
CMYK 0.97 0.78 0 0.42
HSL 228.25º 0.93% 0.3% -
HSV(B) 228.25º 0.97% 0.58% -
XYZ 5.95 3.26 28.33 -
YUV 37.74 190.22 104.65 -
System Red Green Blue C M Y K H S L
Decimal 5 33 148 0.97 0.78 0 0.42 228.25 0.93 0.3
Hex 5 21 94 61 4E 0 2A E4 5D 1E
Octal 5 41 224 141 116 0 52 344 135 36
Binary 101 100001 10010100 1100001 1001110 0 101010 11100100 1011101 11110

Color Harmonies of #052194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052194

Black with #052194

Text Example


Text Example

White with #052194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052194; }

 p { color: rgb(5,33,148); }

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

background-color css

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

 a { background-color: rgb(5,33,148); }

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

border-color css

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

 span { border-color: rgb(5,33,148); }

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