Html Css Color HEX #052997 Smalt

📋 copy color: '#052997'

red 5 ◦ green 41 ◦ blue 151

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

Shades of Smalt #052997

Tints of Smalt #052997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.81%

 BLUE value IS 151 (59.38% from 255) = 76.65%

R = 2.54%
G = 20.81%
B = 76.65%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#052997 (or 0x052997) is known color: Smalt. HEX triplet: 05, 29 and 97. RGB value is (5,41,151). Sum of RGB (Red+Green+Blue) = 5+41+151=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 151 (59.38% from 255 or 76.65% from 197); Max value from RGB is 151 - color contains mainly: blue. Hex color #052997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052997 is #FAD668. Grayscale: #2A2A2A. Windows color (decimal): -16438889 or 9906437. OLE color: 9906437.

HSL color Cylindrical-coordinate representation of color #052997: hue angle of 225.21º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052997 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 41 151 -
CMYK 0.97 0.73 0 0.41
HSL 225.21º 0.94% 0.31% -
HSV(B) 225.21º 0.97% 0.59% -
XYZ 6.44 3.85 29.68 -
YUV 42.78 189.07 101.06 -
System Red Green Blue C M Y K H S L
Decimal 5 41 151 0.97 0.73 0 0.41 225.21 0.94 0.31
Hex 5 29 97 61 49 0 29 E1 5E 1F
Octal 5 51 227 141 111 0 51 341 136 37
Binary 101 101001 10010111 1100001 1001001 0 101001 11100001 1011110 11111

Color Harmonies of #052997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052997

Black with #052997

Text Example


Text Example

White with #052997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052997; }

 p { color: rgb(5,41,151); }

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

background-color css

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

 a { background-color: rgb(5,41,151); }

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

border-color css

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

 span { border-color: rgb(5,41,151); }

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