Html Css Color HEX #042988 Smalt

📋 copy color: '#042988'

red 4 ◦ green 41 ◦ blue 136

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

Shades of Smalt #042988

Tints of Smalt #042988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 75.14%

R = 2.21%
G = 22.65%
B = 75.14%

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

#042988 (or 0x042988) is known color: Smalt. HEX triplet: 04, 29 and 88. RGB value is (4,41,136). Sum of RGB (Red+Green+Blue) = 4+41+136=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 136 (53.52% from 255 or 75.14% from 181); Max value from RGB is 136 - color contains mainly: blue. Hex color #042988 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042988 is #FBD677. Grayscale: #282828. Windows color (decimal): -16504440 or 8923396. OLE color: 8923396.

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

Color convert

RGB 4 41 136 -
CMYK 0.97 0.70 0 0.47
HSL 223.18º 0.94% 0.27% -
HSV(B) 223.18º 0.97% 0.53% -
XYZ 5.29 3.39 23.67 -
YUV 40.77 181.74 101.78 -
System Red Green Blue C M Y K H S L
Decimal 4 41 136 0.97 0.70 0 0.47 223.18 0.94 0.27
Hex 4 29 88 61 46 0 2F DF 5E 1B
Octal 4 51 210 141 106 0 57 337 136 33
Binary 100 101001 10001000 1100001 1000110 0 101111 11011111 1011110 11011

Color Harmonies of #042988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042988

Black with #042988

Text Example


Text Example

White with #042988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042988; }

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

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

background-color css

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

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

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

border-color css

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

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

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