Html Css Color HEX #041C8B Smalt

📋 copy color: '#041C8B'

red 4 ◦ green 28 ◦ blue 139

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

Shades of Smalt #041C8B

Tints of Smalt #041C8B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.37%

 BLUE value IS 139 (54.69% from 255) = 81.29%

R = 2.34%
G = 16.37%
B = 81.29%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#041C8B (or 0x041C8B) is known color: Smalt. HEX triplet: 04, 1C and 8B. RGB value is (4,28,139). Sum of RGB (Red+Green+Blue) = 4+28+139=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 139 (54.69% from 255 or 81.29% from 171); Max value from RGB is 139 - color contains mainly: blue. Hex color #041C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041C8B is #FBE374. Grayscale: #212121. Windows color (decimal): -16507765 or 9116676. OLE color: 9116676.

HSL color Cylindrical-coordinate representation of color #041C8B: hue angle of 229.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041C8B is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 28 139 -
CMYK 0.97 0.80 0 0.45
HSL 229.33º 0.94% 0.28% -
HSV(B) 229.33º 0.97% 0.55% -
XYZ 5.13 2.72 24.68 -
YUV 33.48 187.55 106.97 -
System Red Green Blue C M Y K H S L
Decimal 4 28 139 0.97 0.80 0 0.45 229.33 0.94 0.28
Hex 4 1C 8B 61 50 0 2D E5 5E 1C
Octal 4 34 213 141 120 0 55 345 136 34
Binary 100 11100 10001011 1100001 1010000 0 101101 11100101 1011110 11100

Color Harmonies of #041C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C8B

Black with #041C8B

Text Example


Text Example

White with #041C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,28,139); }

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

background-color css

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

 a { background-color: rgb(4,28,139); }

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

border-color css

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

 span { border-color: rgb(4,28,139); }

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