Html Css Color HEX #042987 Smalt

📋 copy color: '#042987'

red 4 ◦ green 41 ◦ blue 135

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

Shades of Smalt #042987

Tints of Smalt #042987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.78%

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

R = 2.22%
G = 22.78%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#042987 (or 0x042987) is known color: Smalt. HEX triplet: 04, 29 and 87. RGB value is (4,41,135). Sum of RGB (Red+Green+Blue) = 4+41+135=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 135 (53.12% from 255 or 75% from 180); Max value from RGB is 135 - color contains mainly: blue. Hex color #042987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042987 is #FBD678. Grayscale: #282828. Windows color (decimal): -16504441 or 8857860. OLE color: 8857860.

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

Color convert

RGB 4 41 135 -
CMYK 0.97 0.70 0 0.47
HSL 223.05º 0.94% 0.27% -
HSV(B) 223.05º 0.97% 0.53% -
XYZ 5.22 3.36 23.3 -
YUV 40.65 181.24 101.86 -
System Red Green Blue C M Y K H S L
Decimal 4 41 135 0.97 0.70 0 0.47 223.05 0.94 0.27
Hex 4 29 87 61 46 0 2F DF 5E 1B
Octal 4 51 207 141 106 0 57 337 136 33
Binary 100 101001 10000111 1100001 1000110 0 101111 11011111 1011110 11011

Color Harmonies of #042987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042987

Black with #042987

Text Example


Text Example

White with #042987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042987; }

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

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

background-color css

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

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

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

border-color css

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

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

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