Html Css Color HEX #042089 Smalt

📋 copy color: '#042089'

red 4 ◦ green 32 ◦ blue 137

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

Shades of Smalt #042089

Tints of Smalt #042089

RGB

 RED value IS 4 (1.95% from 255) = 2.31%

 GREEN value IS 32 (12.89% from 255) = 18.5%

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

R = 2.31%
G = 18.5%
B = 79.19%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#042089 (or 0x042089) is known color: Smalt. HEX triplet: 04, 20 and 89. RGB value is (4,32,137). Sum of RGB (Red+Green+Blue) = 4+32+137=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #042089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042089 is #FBDF76. Grayscale: #232323. Windows color (decimal): -16506743 or 8986628. OLE color: 8986628.

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

Color convert

RGB 4 32 137 -
CMYK 0.97 0.77 0 0.46
HSL 227.37º 0.94% 0.28% -
HSV(B) 227.37º 0.97% 0.54% -
XYZ 5.08 2.86 23.95 -
YUV 35.6 185.22 105.46 -
System Red Green Blue C M Y K H S L
Decimal 4 32 137 0.97 0.77 0 0.46 227.37 0.94 0.28
Hex 4 20 89 61 4D 0 2E E3 5E 1C
Octal 4 40 211 141 115 0 56 343 136 34
Binary 100 100000 10001001 1100001 1001101 0 101110 11100011 1011110 11100

Color Harmonies of #042089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042089

Black with #042089

Text Example


Text Example

White with #042089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042089; }

 p { color: rgb(4,32,137); }

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

background-color css

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

 a { background-color: rgb(4,32,137); }

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

border-color css

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

 span { border-color: rgb(4,32,137); }

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