Html Css Color HEX #042A87 Smalt

📋 copy color: '#042A87'

red 4 ◦ green 42 ◦ blue 135

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

Shades of Smalt #042A87

Tints of Smalt #042A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 74.59%

R = 2.21%
G = 23.2%
B = 74.59%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#042A87 (or 0x042A87) is known color: Smalt. HEX triplet: 04, 2A and 87. RGB value is (4,42,135). Sum of RGB (Red+Green+Blue) = 4+42+135=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 135 (53.12% from 255 or 74.59% from 181); Max value from RGB is 135 - color contains mainly: blue. Hex color #042A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042A87 is #FBD578. Grayscale: #282828. Windows color (decimal): -16504185 or 8858116. OLE color: 8858116.

HSL color Cylindrical-coordinate representation of color #042A87: hue angle of 222.6º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042A87 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 42 135 -
CMYK 0.97 0.69 0 0.47
HSL 222.6º 0.94% 0.27% -
HSV(B) 222.6º 0.97% 0.53% -
XYZ 5.25 3.43 23.31 -
YUV 41.24 180.91 101.44 -
System Red Green Blue C M Y K H S L
Decimal 4 42 135 0.97 0.69 0 0.47 222.6 0.94 0.27
Hex 4 2A 87 61 45 0 2F DF 5E 1B
Octal 4 52 207 141 105 0 57 337 136 33
Binary 100 101010 10000111 1100001 1000101 0 101111 11011111 1011110 11011

Color Harmonies of #042A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042A87

Black with #042A87

Text Example


Text Example

White with #042A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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