Html Css Color HEX #052597 Smalt

📋 copy color: '#052597'

red 5 ◦ green 37 ◦ blue 151

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

Shades of Smalt #052597

Tints of Smalt #052597

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.17%

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

R = 2.59%
G = 19.17%
B = 78.24%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#052597 (or 0x052597) is known color: Smalt. HEX triplet: 05, 25 and 97. RGB value is (5,37,151). Sum of RGB (Red+Green+Blue) = 5+37+151=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 151 (59.38% from 255 or 78.24% from 193); Max value from RGB is 151 - color contains mainly: blue. Hex color #052597 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052597 is #FADA68. Grayscale: #272727. Windows color (decimal): -16439913 or 9905413. OLE color: 9905413.

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

Color convert

RGB 5 37 151 -
CMYK 0.97 0.75 0 0.41
HSL 226.85º 0.94% 0.31% -
HSV(B) 226.85º 0.97% 0.59% -
XYZ 6.31 3.59 29.64 -
YUV 40.43 190.4 102.73 -
System Red Green Blue C M Y K H S L
Decimal 5 37 151 0.97 0.75 0 0.41 226.85 0.94 0.31
Hex 5 25 97 61 4B 0 29 E3 5E 1F
Octal 5 45 227 141 113 0 51 343 136 37
Binary 101 100101 10010111 1100001 1001011 0 101001 11100011 1011110 11111

Color Harmonies of #052597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052597

Black with #052597

Text Example


Text Example

White with #052597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052597; }

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

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

background-color css

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

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

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

border-color css

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

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

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