Html Css Color HEX #042A8D Smalt

📋 copy color: '#042A8D'

red 4 ◦ green 42 ◦ blue 141

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

Shades of Smalt #042A8D

Tints of Smalt #042A8D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.46%

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

R = 2.14%
G = 22.46%
B = 75.4%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#042A8D (or 0x042A8D) is known color: Smalt. HEX triplet: 04, 2A and 8D. RGB value is (4,42,141). Sum of RGB (Red+Green+Blue) = 4+42+141=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #042A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042A8D is #FBD572. Grayscale: #292929. Windows color (decimal): -16504179 or 9251332. OLE color: 9251332.

HSL color Cylindrical-coordinate representation of color #042A8D: hue angle of 223.36º 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 #042A8D is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 42 141 -
CMYK 0.97 0.70 0 0.45
HSL 223.36º 0.94% 0.28% -
HSV(B) 223.36º 0.97% 0.55% -
XYZ 5.69 3.6 25.6 -
YUV 41.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 4 42 141 0.97 0.70 0 0.45 223.36 0.94 0.28
Hex 4 2A 8D 61 46 0 2D DF 5E 1C
Octal 4 52 215 141 106 0 55 337 136 34
Binary 100 101010 10001101 1100001 1000110 0 101101 11011111 1011110 11100

Color Harmonies of #042A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042A8D

Black with #042A8D

Text Example


Text Example

White with #042A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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