Html Css Color HEX #04288D Smalt

📋 copy color: '#04288D'

red 4 ◦ green 40 ◦ blue 141

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

Shades of Smalt #04288D

Tints of Smalt #04288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

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

R = 2.16%
G = 21.62%
B = 76.22%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04288D (or 0x04288D) is known color: Smalt. HEX triplet: 04, 28 and 8D. RGB value is (4,40,141). Sum of RGB (Red+Green+Blue) = 4+40+141=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #04288D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04288D is #FBD772. Grayscale: #282828. Windows color (decimal): -16504691 or 9250820. OLE color: 9250820.

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

Color convert

RGB 4 40 141 -
CMYK 0.97 0.72 0 0.45
HSL 224.23º 0.94% 0.28% -
HSV(B) 224.23º 0.97% 0.55% -
XYZ 5.62 3.47 25.57 -
YUV 40.75 184.57 101.79 -
System Red Green Blue C M Y K H S L
Decimal 4 40 141 0.97 0.72 0 0.45 224.23 0.94 0.28
Hex 4 28 8D 61 48 0 2D E0 5E 1C
Octal 4 50 215 141 110 0 55 340 136 34
Binary 100 101000 10001101 1100001 1001000 0 101101 11100000 1011110 11100

Color Harmonies of #04288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04288D

Black with #04288D

Text Example


Text Example

White with #04288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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