Html Css Color HEX #041D8E Smalt

📋 copy color: '#041D8E'

red 4 ◦ green 29 ◦ blue 142

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

Shades of Smalt #041D8E

Tints of Smalt #041D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 81.14%

R = 2.29%
G = 16.57%
B = 81.14%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#041D8E (or 0x041D8E) is known color: Smalt. HEX triplet: 04, 1D and 8E. RGB value is (4,29,142). Sum of RGB (Red+Green+Blue) = 4+29+142=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 142 (55.86% from 255 or 81.14% from 175); Max value from RGB is 142 - color contains mainly: blue. Hex color #041D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041D8E is #FBE271. Grayscale: #212121. Windows color (decimal): -16507506 or 9313540. OLE color: 9313540.

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

Color convert

RGB 4 29 142 -
CMYK 0.97 0.80 0 0.44
HSL 229.13º 0.95% 0.29% -
HSV(B) 229.13º 0.97% 0.56% -
XYZ 5.37 2.86 25.86 -
YUV 34.41 188.72 106.31 -
System Red Green Blue C M Y K H S L
Decimal 4 29 142 0.97 0.80 0 0.44 229.13 0.95 0.29
Hex 4 1D 8E 61 50 0 2C E5 5F 1D
Octal 4 35 216 141 120 0 54 345 137 35
Binary 100 11101 10001110 1100001 1010000 0 101100 11100101 1011111 11101

Color Harmonies of #041D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D8E

Black with #041D8E

Text Example


Text Example

White with #041D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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