Html Css Color HEX #04208C Smalt

📋 copy color: '#04208C'

red 4 ◦ green 32 ◦ blue 140

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

Shades of Smalt #04208C

Tints of Smalt #04208C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.18%

 BLUE value IS 140 (55.08% from 255) = 79.55%

R = 2.27%
G = 18.18%
B = 79.55%

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

#04208C (or 0x04208C) is known color: Smalt. HEX triplet: 04, 20 and 8C. RGB value is (4,32,140). Sum of RGB (Red+Green+Blue) = 4+32+140=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #04208C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04208C is #FBDF73. Grayscale: #232323. Windows color (decimal): -16506740 or 9183236. OLE color: 9183236.

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

Color convert

RGB 4 32 140 -
CMYK 0.97 0.77 0 0.45
HSL 227.65º 0.94% 0.28% -
HSV(B) 227.65º 0.97% 0.55% -
XYZ 5.3 2.95 25.1 -
YUV 35.94 186.72 105.22 -
System Red Green Blue C M Y K H S L
Decimal 4 32 140 0.97 0.77 0 0.45 227.65 0.94 0.28
Hex 4 20 8C 61 4D 0 2D E4 5E 1C
Octal 4 40 214 141 115 0 55 344 136 34
Binary 100 100000 10001100 1100001 1001101 0 101101 11100100 1011110 11100

Color Harmonies of #04208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04208C

Black with #04208C

Text Example


Text Example

White with #04208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04208C; }

 p { color: rgb(4,32,140); }

 H1.HeaderClassName
 {
   color: #04208C;
 }
 .AnyTagClassName
 {
   color: #04208C;
 }
</style>

background-color css

<style>
 a { background-color: #04208C; }

 a { background-color: rgb(4,32,140); }

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

border-color css

<style>
 span { border-color: #04208C; }

 span { border-color: rgb(4,32,140); }

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