Html Css Color HEX #04218D Smalt

📋 copy color: '#04218D'

red 4 ◦ green 33 ◦ blue 141

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

Shades of Smalt #04218D

Tints of Smalt #04218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

 BLUE value IS 141 (55.47% from 255) = 79.21%

R = 2.25%
G = 18.54%
B = 79.21%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04218D (or 0x04218D) is known color: Smalt. HEX triplet: 04, 21 and 8D. RGB value is (4,33,141). Sum of RGB (Red+Green+Blue) = 4+33+141=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 141 (55.47% from 255 or 79.21% from 178); Max value from RGB is 141 - color contains mainly: blue. Hex color #04218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04218D is #FBDE72. Grayscale: #242424. Windows color (decimal): -16506483 or 9249028. OLE color: 9249028.

HSL color Cylindrical-coordinate representation of color #04218D: hue angle of 227.3º 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 #04218D is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 33 141 -
CMYK 0.97 0.77 0 0.45
HSL 227.3º 0.94% 0.28% -
HSV(B) 227.3º 0.97% 0.55% -
XYZ 5.4 3.04 25.5 -
YUV 36.64 186.89 104.72 -
System Red Green Blue C M Y K H S L
Decimal 4 33 141 0.97 0.77 0 0.45 227.3 0.94 0.28
Hex 4 21 8D 61 4D 0 2D E3 5E 1C
Octal 4 41 215 141 115 0 55 343 136 34
Binary 100 100001 10001101 1100001 1001101 0 101101 11100011 1011110 11100

Color Harmonies of #04218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04218D

Black with #04218D

Text Example


Text Example

White with #04218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04218D; }

 p { color: rgb(4,33,141); }

 H1.HeaderClassName
 {
   color: #04218D;
 }
 .AnyTagClassName
 {
   color: #04218D;
 }
</style>

background-color css

<style>
 a { background-color: #04218D; }

 a { background-color: rgb(4,33,141); }

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

border-color css

<style>
 span { border-color: #04218D; }

 span { border-color: rgb(4,33,141); }

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