Html Css Color HEX #052E9D Smalt

📋 copy color: '#052E9D'

red 5 ◦ green 46 ◦ blue 157

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

Shades of Smalt #052E9D

Tints of Smalt #052E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 75.48%

R = 2.4%
G = 22.12%
B = 75.48%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#052E9D (or 0x052E9D) is known color: Smalt. HEX triplet: 05, 2E and 9D. RGB value is (5,46,157). Sum of RGB (Red+Green+Blue) = 5+46+157=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #052E9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052E9D is #FAD162. Grayscale: #2D2D2D. Windows color (decimal): -16437603 or 10300933. OLE color: 10300933.

HSL color Cylindrical-coordinate representation of color #052E9D: hue angle of 223.82º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052E9D is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 46 157 -
CMYK 0.97 0.71 0 0.38
HSL 223.82º 0.94% 0.32% -
HSV(B) 223.82º 0.97% 0.62% -
XYZ 7.13 4.42 32.38 -
YUV 46.4 190.42 98.47 -
System Red Green Blue C M Y K H S L
Decimal 5 46 157 0.97 0.71 0 0.38 223.82 0.94 0.32
Hex 5 2E 9D 61 47 0 26 E0 5E 20
Octal 5 56 235 141 107 0 46 340 136 40
Binary 101 101110 10011101 1100001 1000111 0 100110 11100000 1011110 100000

Color Harmonies of #052E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E9D

Black with #052E9D

Text Example


Text Example

White with #052E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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