Html Css Color HEX #052998 Smalt

📋 copy color: '#052998'

red 5 ◦ green 41 ◦ blue 152

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

Shades of Smalt #052998

Tints of Smalt #052998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 76.77%

R = 2.53%
G = 20.71%
B = 76.77%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#052998 (or 0x052998) is known color: Smalt. HEX triplet: 05, 29 and 98. RGB value is (5,41,152). Sum of RGB (Red+Green+Blue) = 5+41+152=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 152 (59.77% from 255 or 76.77% from 198); Max value from RGB is 152 - color contains mainly: blue. Hex color #052998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052998 is #FAD667. Grayscale: #2A2A2A. Windows color (decimal): -16438888 or 9971973. OLE color: 9971973.

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

Color convert

RGB 5 41 152 -
CMYK 0.97 0.73 0 0.40
HSL 225.31º 0.94% 0.31% -
HSV(B) 225.31º 0.97% 0.6% -
XYZ 6.52 3.89 30.11 -
YUV 42.89 189.57 100.97 -
System Red Green Blue C M Y K H S L
Decimal 5 41 152 0.97 0.73 0 0.40 225.31 0.94 0.31
Hex 5 29 98 61 49 0 28 E1 5E 1F
Octal 5 51 230 141 111 0 50 341 136 37
Binary 101 101001 10011000 1100001 1001001 0 101000 11100001 1011110 11111

Color Harmonies of #052998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052998

Black with #052998

Text Example


Text Example

White with #052998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052998; }

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

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

background-color css

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

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

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

border-color css

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

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

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