Html Css Color HEX #041F90 Smalt

📋 copy color: '#041F90'

red 4 ◦ green 31 ◦ blue 144

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

Shades of Smalt #041F90

Tints of Smalt #041F90

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.32%

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

R = 2.23%
G = 17.32%
B = 80.45%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#041F90 (or 0x041F90) is known color: Smalt. HEX triplet: 04, 1F and 90. RGB value is (4,31,144). Sum of RGB (Red+Green+Blue) = 4+31+144=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 144 (56.64% from 255 or 80.45% from 179); Max value from RGB is 144 - color contains mainly: blue. Hex color #041F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041F90 is #FBE06F. Grayscale: #232323. Windows color (decimal): -16506992 or 9445124. OLE color: 9445124.

HSL color Cylindrical-coordinate representation of color #041F90: hue angle of 228.43º 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 #041F90 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 31 144 -
CMYK 0.97 0.78 0 0.44
HSL 228.43º 0.95% 0.29% -
HSV(B) 228.43º 0.97% 0.56% -
XYZ 5.57 3.02 26.67 -
YUV 35.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 4 31 144 0.97 0.78 0 0.44 228.43 0.95 0.29
Hex 4 1F 90 61 4E 0 2C E4 5F 1D
Octal 4 37 220 141 116 0 54 344 137 35
Binary 100 11111 10010000 1100001 1001110 0 101100 11100100 1011111 11101

Color Harmonies of #041F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041F90

Black with #041F90

Text Example


Text Example

White with #041F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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