#04295B

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

Shades of Prussian Blue #04295B

Tints of Prussian Blue #04295B

Color information

#04295B (or 0x04295B) is unknown color: approx Prussian Blue. HEX triplet: 04, 29 and 5B. RGB value is (4,41,91). Sum of RGB (Red+Green+Blue) = 4+41+91=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #04295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04295B is #FBD6A4. Grayscale: #232323. Windows color (decimal): -16504485 or 5974276. OLE color: 5974276.

HSL color Cylindrical-coordinate representation of color #04295B: hue angle of 214.48º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04295B is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB44191-
CMYK0.960.5500.64
HSL214.48º91.58%18.63%-
HSV(B)214.48º95.6%35.69%-
XYZ2.732.3710.21-
YUV35.64159.24105.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 91 (35.94% from 255) = 66.91%
R=2.94%
G=30.15%
B=66.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal441910.960.5500.64214.4891.5818.63
Hex4295B6037040d65c13
Octal45113314067010032613423
Binary100101001101101111000001101110100000011010110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,41,91); }

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

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

 a { background-color: rgb(4,41,91); }

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

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

 span { border-color: rgb(4,41,91); }

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