Html Css Color HEX #04288C Smalt

📋 copy color: '#04288C'

red 4 ◦ green 40 ◦ blue 140

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

Shades of Smalt #04288C

Tints of Smalt #04288C

RGB

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

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

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

R = 2.17%
G = 21.74%
B = 76.09%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04288C (or 0x04288C) is known color: Smalt. HEX triplet: 04, 28 and 8C. RGB value is (4,40,140). Sum of RGB (Red+Green+Blue) = 4+40+140=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 140 (55.08% from 255 or 76.09% from 184); Max value from RGB is 140 - color contains mainly: blue. Hex color #04288C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04288C is #FBD773. Grayscale: #282828. Windows color (decimal): -16504692 or 9185284. OLE color: 9185284.

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

Color convert

RGB 4 40 140 -
CMYK 0.97 0.71 0 0.45
HSL 224.12º 0.94% 0.28% -
HSV(B) 224.12º 0.97% 0.55% -
XYZ 5.54 3.44 25.18 -
YUV 40.64 184.07 101.87 -
System Red Green Blue C M Y K H S L
Decimal 4 40 140 0.97 0.71 0 0.45 224.12 0.94 0.28
Hex 4 28 8C 61 47 0 2D E0 5E 1C
Octal 4 50 214 141 107 0 55 340 136 34
Binary 100 101000 10001100 1100001 1000111 0 101101 11100000 1011110 11100

Color Harmonies of #04288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04288C

Black with #04288C

Text Example


Text Example

White with #04288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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