Html Css Color HEX #052993 Smalt

📋 copy color: '#052993'

red 5 ◦ green 41 ◦ blue 147

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

Shades of Smalt #052993

Tints of Smalt #052993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.24%

 BLUE value IS 147 (57.81% from 255) = 76.17%

R = 2.59%
G = 21.24%
B = 76.17%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#052993 (or 0x052993) is known color: Smalt. HEX triplet: 05, 29 and 93. RGB value is (5,41,147). Sum of RGB (Red+Green+Blue) = 5+41+147=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 147 (57.81% from 255 or 76.17% from 193); Max value from RGB is 147 - color contains mainly: blue. Hex color #052993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052993 is #FAD66C. Grayscale: #292929. Windows color (decimal): -16438893 or 9644293. OLE color: 9644293.

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

Color convert

RGB 5 41 147 -
CMYK 0.97 0.72 0 0.42
HSL 224.79º 0.93% 0.3% -
HSV(B) 224.79º 0.97% 0.58% -
XYZ 6.12 3.72 28 -
YUV 42.32 187.07 101.38 -
System Red Green Blue C M Y K H S L
Decimal 5 41 147 0.97 0.72 0 0.42 224.79 0.93 0.3
Hex 5 29 93 61 48 0 2A E1 5D 1E
Octal 5 51 223 141 110 0 52 341 135 36
Binary 101 101001 10010011 1100001 1001000 0 101010 11100001 1011101 11110

Color Harmonies of #052993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052993

Black with #052993

Text Example


Text Example

White with #052993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052993; }

 p { color: rgb(5,41,147); }

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

background-color css

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

 a { background-color: rgb(5,41,147); }

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

border-color css

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

 span { border-color: rgb(5,41,147); }

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