Html Css Color HEX #052999 Smalt

📋 copy color: '#052999'

red 5 ◦ green 41 ◦ blue 153

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

Shades of Smalt #052999

Tints of Smalt #052999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 76.88%

R = 2.51%
G = 20.6%
B = 76.88%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#052999 (or 0x052999) is known color: Smalt. HEX triplet: 05, 29 and 99. RGB value is (5,41,153). Sum of RGB (Red+Green+Blue) = 5+41+153=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #052999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052999 is #FAD666. Grayscale: #2A2A2A. Windows color (decimal): -16438887 or 10037509. OLE color: 10037509.

HSL color Cylindrical-coordinate representation of color #052999: hue angle of 225.41º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052999 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 41 153 -
CMYK 0.97 0.73 0 0.4
HSL 225.41º 0.94% 0.31% -
HSV(B) 225.41º 0.97% 0.6% -
XYZ 6.61 3.92 30.55 -
YUV 43 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 5 41 153 0.97 0.73 0 0.4 225.41 0.94 0.31
Hex 5 29 99 61 49 0 28 E1 5E 1F
Octal 5 51 231 141 111 0 50 341 136 37
Binary 101 101001 10011001 1100001 1001001 0 101000 11100001 1011110 11111

Color Harmonies of #052999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052999

Black with #052999

Text Example


Text Example

White with #052999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052999; }

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

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

background-color css

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

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

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

border-color css

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

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

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