Html Css Color HEX #042387 Smalt

📋 copy color: '#042387'

red 4 ◦ green 35 ◦ blue 135

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

Shades of Smalt #042387

Tints of Smalt #042387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.11%

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

R = 2.3%
G = 20.11%
B = 77.59%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#042387 (or 0x042387) is known color: Smalt. HEX triplet: 04, 23 and 87. RGB value is (4,35,135). Sum of RGB (Red+Green+Blue) = 4+35+135=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 135 (53.12% from 255 or 77.59% from 174); Max value from RGB is 135 - color contains mainly: blue. Hex color #042387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042387 is #FBDC78. Grayscale: #242424. Windows color (decimal): -16505977 or 8856324. OLE color: 8856324.

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

Color convert

RGB 4 35 135 -
CMYK 0.97 0.74 0 0.47
HSL 225.8º 0.94% 0.27% -
HSV(B) 225.8º 0.97% 0.53% -
XYZ 5.02 2.98 23.23 -
YUV 37.13 183.23 104.37 -
System Red Green Blue C M Y K H S L
Decimal 4 35 135 0.97 0.74 0 0.47 225.8 0.94 0.27
Hex 4 23 87 61 4A 0 2F E2 5E 1B
Octal 4 43 207 141 112 0 57 342 136 33
Binary 100 100011 10000111 1100001 1001010 0 101111 11100010 1011110 11011

Color Harmonies of #042387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042387

Black with #042387

Text Example


Text Example

White with #042387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042387; }

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

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

background-color css

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

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

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

border-color css

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

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

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