Html Css Color HEX #052E97 Smalt

📋 copy color: '#052E97'

red 5 ◦ green 46 ◦ blue 151

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

Shades of Smalt #052E97

Tints of Smalt #052E97

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.77%

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

R = 2.48%
G = 22.77%
B = 74.75%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#052E97 (or 0x052E97) is known color: Smalt. HEX triplet: 05, 2E and 97. RGB value is (5,46,151). Sum of RGB (Red+Green+Blue) = 5+46+151=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #052E97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052E97 is #FAD168. Grayscale: #2D2D2D. Windows color (decimal): -16437609 or 9907717. OLE color: 9907717.

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

Color convert

RGB 5 46 151 -
CMYK 0.97 0.70 0 0.41
HSL 223.15º 0.94% 0.31% -
HSV(B) 223.15º 0.97% 0.59% -
XYZ 6.63 4.22 29.74 -
YUV 45.71 187.42 98.96 -
System Red Green Blue C M Y K H S L
Decimal 5 46 151 0.97 0.70 0 0.41 223.15 0.94 0.31
Hex 5 2E 97 61 46 0 29 DF 5E 1F
Octal 5 56 227 141 106 0 51 337 136 37
Binary 101 101110 10010111 1100001 1000110 0 101001 11011111 1011110 11111

Color Harmonies of #052E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E97

Black with #052E97

Text Example


Text Example

White with #052E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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