#04288C

Color #04288C Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #04288C

Tints of Smalt #04288C

Color information

#04288C (or 0x04288C) is unknown color: approx 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

RGB440140-
CMYK0.970.7100.45
HSL224.12º94.44%28.24%-
HSV(B)224.12º97.14%54.9%-
XYZ5.543.4425.18-
YUV40.64184.07101.87-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4401400.970.7100.45224.1294.4428.24
Hex4288C614702De05e1c
Octal45021414110705534013634
Binary1001010001000110011000011000111010110111100000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>