Html Css Color HEX #042095 Smalt

📋 copy color: '#042095'

red 4 ◦ green 32 ◦ blue 149

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

Shades of Smalt #042095

Tints of Smalt #042095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.3%

 BLUE value IS 149 (58.59% from 255) = 80.54%

R = 2.16%
G = 17.3%
B = 80.54%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#042095 (or 0x042095) is known color: Smalt. HEX triplet: 04, 20 and 95. RGB value is (4,32,149). Sum of RGB (Red+Green+Blue) = 4+32+149=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #042095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042095 is #FBDF6A. Grayscale: #242424. Windows color (decimal): -16506731 or 9773060. OLE color: 9773060.

HSL color Cylindrical-coordinate representation of color #042095: hue angle of 228.41º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042095 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 32 149 -
CMYK 0.97 0.79 0 0.42
HSL 228.41º 0.95% 0.3% -
HSV(B) 228.41º 0.97% 0.58% -
XYZ 5.99 3.23 28.74 -
YUV 36.97 191.22 104.49 -
System Red Green Blue C M Y K H S L
Decimal 4 32 149 0.97 0.79 0 0.42 228.41 0.95 0.3
Hex 4 20 95 61 4F 0 2A E4 5F 1E
Octal 4 40 225 141 117 0 52 344 137 36
Binary 100 100000 10010101 1100001 1001111 0 101010 11100100 1011111 11110

Color Harmonies of #042095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042095

Black with #042095

Text Example


Text Example

White with #042095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042095; }

 p { color: rgb(4,32,149); }

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

background-color css

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

 a { background-color: rgb(4,32,149); }

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

border-color css

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

 span { border-color: rgb(4,32,149); }

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