Html Css Color HEX #052389 Smalt

📋 copy color: '#052389'

red 5 ◦ green 35 ◦ blue 137

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

Shades of Smalt #052389

Tints of Smalt #052389

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.77%

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

R = 2.82%
G = 19.77%
B = 77.4%

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

#052389 (or 0x052389) is known color: Smalt. HEX triplet: 05, 23 and 89. RGB value is (5,35,137). Sum of RGB (Red+Green+Blue) = 5+35+137=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 137 (53.91% from 255 or 77.40% from 177); Max value from RGB is 137 - color contains mainly: blue. Hex color #052389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052389 is #FADC76. Grayscale: #252525. Windows color (decimal): -16440439 or 8987397. OLE color: 8987397.

HSL color Cylindrical-coordinate representation of color #052389: hue angle of 226.36º 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 #052389 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 35 137 -
CMYK 0.96 0.74 0 0.46
HSL 226.36º 0.93% 0.28% -
HSV(B) 226.36º 0.96% 0.54% -
XYZ 5.18 3.04 23.98 -
YUV 37.66 184.06 104.71 -
System Red Green Blue C M Y K H S L
Decimal 5 35 137 0.96 0.74 0 0.46 226.36 0.93 0.28
Hex 5 23 89 60 4A 0 2E E2 5D 1C
Octal 5 43 211 140 112 0 56 342 135 34
Binary 101 100011 10001001 1100000 1001010 0 101110 11100010 1011101 11100

Color Harmonies of #052389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052389

Black with #052389

Text Example


Text Example

White with #052389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052389; }

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

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

background-color css

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

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

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

border-color css

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

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

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