#04284B

Color #04284B Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #04284B

Tints of Prussian Blue #04284B

Color information

#04284B (or 0x04284B) is unknown color: approx Prussian Blue. HEX triplet: 04, 28 and 4B. RGB value is (4,40,75). Sum of RGB (Red+Green+Blue) = 4+40+75=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #04284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04284B is #FBD7B4. Grayscale: #212121. Windows color (decimal): -16504757 or 4925444. OLE color: 4925444.

HSL color Cylindrical-coordinate representation of color #04284B: hue angle of 209.58º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04284B is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB44075-
CMYK0.950.4700.71
HSL209.58º89.87%15.49%-
HSV(B)209.58º94.67%29.41%-
XYZ2.082.056.94-
YUV33.23151.57107.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 75 (29.69% from 255) = 63.03%
R=3.36%
G=33.61%
B=63.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal440750.950.4700.71209.5889.8715.49
Hex4284B5F2F047d25af
Octal45011313757010732213217
Binary10010100010010111011111101111010001111101001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04284B;
 }
 .AnyTagClassName
 {
   color: #04284B;
 }
</style>
background-color css

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

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

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

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

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

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