Html Css Color HEX #052395 Smalt

📋 copy color: '#052395'

red 5 ◦ green 35 ◦ blue 149

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

Shades of Smalt #052395

Tints of Smalt #052395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

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

R = 2.65%
G = 18.52%
B = 78.84%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#052395 (or 0x052395) is known color: Smalt. HEX triplet: 05, 23 and 95. RGB value is (5,35,149). Sum of RGB (Red+Green+Blue) = 5+35+149=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #052395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052395 is #FADC6A. Grayscale: #262626. Windows color (decimal): -16440427 or 9773829. OLE color: 9773829.

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

Color convert

RGB 5 35 149 -
CMYK 0.97 0.77 0 0.42
HSL 227.5º 0.94% 0.3% -
HSV(B) 227.5º 0.97% 0.58% -
XYZ 6.09 3.4 28.77 -
YUV 39.03 190.06 103.73 -
System Red Green Blue C M Y K H S L
Decimal 5 35 149 0.97 0.77 0 0.42 227.5 0.94 0.3
Hex 5 23 95 61 4D 0 2A E4 5E 1E
Octal 5 43 225 141 115 0 52 344 136 36
Binary 101 100011 10010101 1100001 1001101 0 101010 11100100 1011110 11110

Color Harmonies of #052395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052395

Black with #052395

Text Example


Text Example

White with #052395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052395; }

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

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

background-color css

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

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

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

border-color css

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

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

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