Html Css Color HEX #042E8D Smalt

📋 copy color: '#042E8D'

red 4 ◦ green 46 ◦ blue 141

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

Shades of Smalt #042E8D

Tints of Smalt #042E8D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.08%

 BLUE value IS 141 (55.47% from 255) = 73.82%

R = 2.09%
G = 24.08%
B = 73.82%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#042E8D (or 0x042E8D) is known color: Smalt. HEX triplet: 04, 2E and 8D. RGB value is (4,46,141). Sum of RGB (Red+Green+Blue) = 4+46+141=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #042E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042E8D is #FBD172. Grayscale: #2B2B2B. Windows color (decimal): -16503155 or 9252356. OLE color: 9252356.

HSL color Cylindrical-coordinate representation of color #042E8D: hue angle of 221.61º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042E8D is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 46 141 -
CMYK 0.97 0.67 0 0.45
HSL 221.61º 0.94% 0.28% -
HSV(B) 221.61º 0.97% 0.55% -
XYZ 5.83 3.9 25.65 -
YUV 44.27 182.59 99.28 -
System Red Green Blue C M Y K H S L
Decimal 4 46 141 0.97 0.67 0 0.45 221.61 0.94 0.28
Hex 4 2E 8D 61 43 0 2D DE 5E 1C
Octal 4 56 215 141 103 0 55 336 136 34
Binary 100 101110 10001101 1100001 1000011 0 101101 11011110 1011110 11100

Color Harmonies of #042E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E8D

Black with #042E8D

Text Example


Text Example

White with #042E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042E8D; }

 p { color: rgb(4,46,141); }

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

background-color css

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

 a { background-color: rgb(4,46,141); }

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

border-color css

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

 span { border-color: rgb(4,46,141); }

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