Html Css Color HEX #052489 Smalt

📋 copy color: '#052489'

red 5 ◦ green 36 ◦ blue 137

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

Shades of Smalt #052489

Tints of Smalt #052489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 76.97%

R = 2.81%
G = 20.22%
B = 76.97%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#052489 (or 0x052489) is known color: Smalt. HEX triplet: 05, 24 and 89. RGB value is (5,36,137). Sum of RGB (Red+Green+Blue) = 5+36+137=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 137 (53.91% from 255 or 76.97% from 178); Max value from RGB is 137 - color contains mainly: blue. Hex color #052489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052489 is #FADB76. Grayscale: #252525. Windows color (decimal): -16440183 or 8987653. OLE color: 8987653.

HSL color Cylindrical-coordinate representation of color #052489: hue angle of 225.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052489 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 36 137 -
CMYK 0.96 0.74 0 0.46
HSL 225.91º 0.93% 0.28% -
HSV(B) 225.91º 0.96% 0.54% -
XYZ 5.21 3.1 23.99 -
YUV 38.25 183.73 104.29 -
System Red Green Blue C M Y K H S L
Decimal 5 36 137 0.96 0.74 0 0.46 225.91 0.93 0.28
Hex 5 24 89 60 4A 0 2E E2 5D 1C
Octal 5 44 211 140 112 0 56 342 135 34
Binary 101 100100 10001001 1100000 1001010 0 101110 11100010 1011101 11100

Color Harmonies of #052489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052489

Black with #052489

Text Example


Text Example

White with #052489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052489; }

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

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

background-color css

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

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

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

border-color css

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

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

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