Html Css Color HEX #052499 Smalt

📋 copy color: '#052499'

red 5 ◦ green 36 ◦ blue 153

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

Shades of Smalt #052499

Tints of Smalt #052499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.56%

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

R = 2.58%
G = 18.56%
B = 78.87%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#052499 (or 0x052499) is known color: Smalt. HEX triplet: 05, 24 and 99. RGB value is (5,36,153). Sum of RGB (Red+Green+Blue) = 5+36+153=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 153 (60.16% from 255 or 78.87% from 194); Max value from RGB is 153 - color contains mainly: blue. Hex color #052499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052499 is #FADB66. Grayscale: #272727. Windows color (decimal): -16440167 or 10036229. OLE color: 10036229.

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

Color convert

RGB 5 36 153 -
CMYK 0.97 0.76 0 0.4
HSL 227.43º 0.94% 0.31% -
HSV(B) 227.43º 0.97% 0.6% -
XYZ 6.44 3.59 30.49 -
YUV 40.07 191.73 102.99 -
System Red Green Blue C M Y K H S L
Decimal 5 36 153 0.97 0.76 0 0.4 227.43 0.94 0.31
Hex 5 24 99 61 4C 0 28 E3 5E 1F
Octal 5 44 231 141 114 0 50 343 136 37
Binary 101 100100 10011001 1100001 1001100 0 101000 11100011 1011110 11111

Color Harmonies of #052499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052499

Black with #052499

Text Example


Text Example

White with #052499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052499; }

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

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

background-color css

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

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

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

border-color css

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

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

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