Html Css Color HEX #052596 Smalt

📋 copy color: '#052596'

red 5 ◦ green 37 ◦ blue 150

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

Shades of Smalt #052596

Tints of Smalt #052596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 78.13%

R = 2.6%
G = 19.27%
B = 78.13%

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

#052596 (or 0x052596) is known color: Smalt. HEX triplet: 05, 25 and 96. RGB value is (5,37,150). Sum of RGB (Red+Green+Blue) = 5+37+150=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #052596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052596 is #FADA69. Grayscale: #272727. Windows color (decimal): -16439914 or 9839877. OLE color: 9839877.

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

Color convert

RGB 5 37 150 -
CMYK 0.97 0.75 0 0.41
HSL 226.76º 0.94% 0.3% -
HSV(B) 226.76º 0.97% 0.59% -
XYZ 6.23 3.56 29.21 -
YUV 40.31 189.9 102.81 -
System Red Green Blue C M Y K H S L
Decimal 5 37 150 0.97 0.75 0 0.41 226.76 0.94 0.3
Hex 5 25 96 61 4B 0 29 E3 5E 1E
Octal 5 45 226 141 113 0 51 343 136 36
Binary 101 100101 10010110 1100001 1001011 0 101001 11100011 1011110 11110

Color Harmonies of #052596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052596

Black with #052596

Text Example


Text Example

White with #052596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052596; }

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

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

background-color css

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

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

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

border-color css

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

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

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