Html Css Color HEX #042097 Smalt

📋 copy color: '#042097'

red 4 ◦ green 32 ◦ blue 151

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

Shades of Smalt #042097

Tints of Smalt #042097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 80.75%

R = 2.14%
G = 17.11%
B = 80.75%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#042097 (or 0x042097) is known color: Smalt. HEX triplet: 04, 20 and 97. RGB value is (4,32,151). Sum of RGB (Red+Green+Blue) = 4+32+151=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 151 (59.38% from 255 or 80.75% from 187); Max value from RGB is 151 - color contains mainly: blue. Hex color #042097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042097 is #FBDF68. Grayscale: #242424. Windows color (decimal): -16506729 or 9904132. OLE color: 9904132.

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

Color convert

RGB 4 32 151 -
CMYK 0.97 0.79 0 0.41
HSL 228.57º 0.95% 0.3% -
HSV(B) 228.57º 0.97% 0.59% -
XYZ 6.15 3.29 29.59 -
YUV 37.19 192.22 104.32 -
System Red Green Blue C M Y K H S L
Decimal 4 32 151 0.97 0.79 0 0.41 228.57 0.95 0.3
Hex 4 20 97 61 4F 0 29 E5 5F 1E
Octal 4 40 227 141 117 0 51 345 137 36
Binary 100 100000 10010111 1100001 1001111 0 101001 11100101 1011111 11110

Color Harmonies of #042097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042097

Black with #042097

Text Example


Text Example

White with #042097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042097; }

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

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

background-color css

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

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

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

border-color css

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

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

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