Html Css Color HEX #04218A Smalt

📋 copy color: '#04218A'

red 4 ◦ green 33 ◦ blue 138

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

Shades of Smalt #04218A

Tints of Smalt #04218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 78.86%

R = 2.29%
G = 18.86%
B = 78.86%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04218A (or 0x04218A) is known color: Smalt. HEX triplet: 04, 21 and 8A. RGB value is (4,33,138). Sum of RGB (Red+Green+Blue) = 4+33+138=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #04218A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04218A is #FBDE75. Grayscale: #232323. Windows color (decimal): -16506486 or 9052420. OLE color: 9052420.

HSL color Cylindrical-coordinate representation of color #04218A: hue angle of 227.01º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04218A is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 33 138 -
CMYK 0.97 0.76 0 0.46
HSL 227.01º 0.94% 0.28% -
HSV(B) 227.01º 0.97% 0.54% -
XYZ 5.18 2.95 24.34 -
YUV 36.3 185.39 104.96 -
System Red Green Blue C M Y K H S L
Decimal 4 33 138 0.97 0.76 0 0.46 227.01 0.94 0.28
Hex 4 21 8A 61 4C 0 2E E3 5E 1C
Octal 4 41 212 141 114 0 56 343 136 34
Binary 100 100001 10001010 1100001 1001100 0 101110 11100011 1011110 11100

Color Harmonies of #04218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04218A

Black with #04218A

Text Example


Text Example

White with #04218A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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