Html Css Color HEX #04208B Smalt

📋 copy color: '#04208B'

red 4 ◦ green 32 ◦ blue 139

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

Shades of Smalt #04208B

Tints of Smalt #04208B

RGB

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

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

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

R = 2.29%
G = 18.29%
B = 79.43%

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

#04208B (or 0x04208B) is known color: Smalt. HEX triplet: 04, 20 and 8B. RGB value is (4,32,139). Sum of RGB (Red+Green+Blue) = 4+32+139=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 139 (54.69% from 255 or 79.43% from 175); Max value from RGB is 139 - color contains mainly: blue. Hex color #04208B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04208B is #FBDF74. Grayscale: #232323. Windows color (decimal): -16506741 or 9117700. OLE color: 9117700.

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

Color convert

RGB 4 32 139 -
CMYK 0.97 0.77 0 0.45
HSL 227.56º 0.94% 0.28% -
HSV(B) 227.56º 0.97% 0.55% -
XYZ 5.23 2.92 24.71 -
YUV 35.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 4 32 139 0.97 0.77 0 0.45 227.56 0.94 0.28
Hex 4 20 8B 61 4D 0 2D E4 5E 1C
Octal 4 40 213 141 115 0 55 344 136 34
Binary 100 100000 10001011 1100001 1001101 0 101101 11100100 1011110 11100

Color Harmonies of #04208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04208B

Black with #04208B

Text Example


Text Example

White with #04208B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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