Html Css Color HEX #041E90 Smalt

📋 copy color: '#041E90'

red 4 ◦ green 30 ◦ blue 144

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

Shades of Smalt #041E90

Tints of Smalt #041E90

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.85%

 BLUE value IS 144 (56.64% from 255) = 80.9%

R = 2.25%
G = 16.85%
B = 80.9%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#041E90 (or 0x041E90) is known color: Smalt. HEX triplet: 04, 1E and 90. RGB value is (4,30,144). Sum of RGB (Red+Green+Blue) = 4+30+144=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 144 (56.64% from 255 or 80.90% from 178); Max value from RGB is 144 - color contains mainly: blue. Hex color #041E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041E90 is #FBE16F. Grayscale: #222222. Windows color (decimal): -16507248 or 9444868. OLE color: 9444868.

HSL color Cylindrical-coordinate representation of color #041E90: hue angle of 228.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041E90 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 30 144 -
CMYK 0.97 0.79 0 0.44
HSL 228.86º 0.95% 0.29% -
HSV(B) 228.86º 0.97% 0.56% -
XYZ 5.55 2.97 26.67 -
YUV 35.22 189.39 105.73 -
System Red Green Blue C M Y K H S L
Decimal 4 30 144 0.97 0.79 0 0.44 228.86 0.95 0.29
Hex 4 1E 90 61 4F 0 2C E5 5F 1D
Octal 4 36 220 141 117 0 54 345 137 35
Binary 100 11110 10010000 1100001 1001111 0 101100 11100101 1011111 11101

Color Harmonies of #041E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E90

Black with #041E90

Text Example


Text Example

White with #041E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041E90; }

 p { color: rgb(4,30,144); }

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

background-color css

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

 a { background-color: rgb(4,30,144); }

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

border-color css

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

 span { border-color: rgb(4,30,144); }

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