Html Css Color HEX #041D88 Smalt

📋 copy color: '#041D88'

red 4 ◦ green 29 ◦ blue 136

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

Shades of Smalt #041D88

Tints of Smalt #041D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 80.47%

R = 2.37%
G = 17.16%
B = 80.47%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#041D88 (or 0x041D88) is known color: Smalt. HEX triplet: 04, 1D and 88. RGB value is (4,29,136). Sum of RGB (Red+Green+Blue) = 4+29+136=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 136 (53.52% from 255 or 80.47% from 169); Max value from RGB is 136 - color contains mainly: blue. Hex color #041D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041D88 is #FBE277. Grayscale: #212121. Windows color (decimal): -16507512 or 8920324. OLE color: 8920324.

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

Color convert

RGB 4 29 136 -
CMYK 0.97 0.79 0 0.47
HSL 228.64º 0.94% 0.27% -
HSV(B) 228.64º 0.97% 0.53% -
XYZ 4.93 2.68 23.55 -
YUV 33.72 185.72 106.8 -
System Red Green Blue C M Y K H S L
Decimal 4 29 136 0.97 0.79 0 0.47 228.64 0.94 0.27
Hex 4 1D 88 61 4F 0 2F E5 5E 1B
Octal 4 35 210 141 117 0 57 345 136 33
Binary 100 11101 10001000 1100001 1001111 0 101111 11100101 1011110 11011

Color Harmonies of #041D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D88

Black with #041D88

Text Example


Text Example

White with #041D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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