Html Css Color HEX #041D86 Smalt

📋 copy color: '#041D86'

red 4 ◦ green 29 ◦ blue 134

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

Shades of Smalt #041D86

Tints of Smalt #041D86

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.37%

 BLUE value IS 134 (52.73% from 255) = 80.24%

R = 2.4%
G = 17.37%
B = 80.24%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#041D86 (or 0x041D86) is known color: Smalt. HEX triplet: 04, 1D and 86. RGB value is (4,29,134). Sum of RGB (Red+Green+Blue) = 4+29+134=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 134 (52.73% from 255 or 80.24% from 167); Max value from RGB is 134 - color contains mainly: blue. Hex color #041D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041D86 is #FBE279. Grayscale: #212121. Windows color (decimal): -16507514 or 8789252. OLE color: 8789252.

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

Color convert

RGB 4 29 134 -
CMYK 0.97 0.78 0 0.47
HSL 228.46º 0.94% 0.27% -
HSV(B) 228.46º 0.97% 0.53% -
XYZ 4.79 2.63 22.81 -
YUV 33.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 4 29 134 0.97 0.78 0 0.47 228.46 0.94 0.27
Hex 4 1D 86 61 4E 0 2F E4 5E 1B
Octal 4 35 206 141 116 0 57 344 136 33
Binary 100 11101 10000110 1100001 1001110 0 101111 11100100 1011110 11011

Color Harmonies of #041D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D86

Black with #041D86

Text Example


Text Example

White with #041D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,29,134); }

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

background-color css

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

 a { background-color: rgb(4,29,134); }

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

border-color css

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

 span { border-color: rgb(4,29,134); }

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