Html Css Color HEX #052895 Smalt

📋 copy color: '#052895'

red 5 ◦ green 40 ◦ blue 149

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

Shades of Smalt #052895

Tints of Smalt #052895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

 BLUE value IS 149 (58.59% from 255) = 76.8%

R = 2.58%
G = 20.62%
B = 76.8%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#052895 (or 0x052895) is known color: Smalt. HEX triplet: 05, 28 and 95. RGB value is (5,40,149). Sum of RGB (Red+Green+Blue) = 5+40+149=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #052895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052895 is #FAD76A. Grayscale: #292929. Windows color (decimal): -16439147 or 9775109. OLE color: 9775109.

HSL color Cylindrical-coordinate representation of color #052895: hue angle of 225.42º degrees, saturation: 0.94, 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 #052895 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 40 149 -
CMYK 0.97 0.73 0 0.42
HSL 225.42º 0.94% 0.3% -
HSV(B) 225.42º 0.97% 0.58% -
XYZ 6.25 3.72 28.82 -
YUV 41.96 188.4 101.64 -
System Red Green Blue C M Y K H S L
Decimal 5 40 149 0.97 0.73 0 0.42 225.42 0.94 0.3
Hex 5 28 95 61 49 0 2A E1 5E 1E
Octal 5 50 225 141 111 0 52 341 136 36
Binary 101 101000 10010101 1100001 1001001 0 101010 11100001 1011110 11110

Color Harmonies of #052895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052895

Black with #052895

Text Example


Text Example

White with #052895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052895; }

 p { color: rgb(5,40,149); }

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

background-color css

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

 a { background-color: rgb(5,40,149); }

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

border-color css

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

 span { border-color: rgb(5,40,149); }

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