#04254C

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

Shades of Prussian Blue #04254C

Tints of Prussian Blue #04254C

Color information

#04254C (or 0x04254C) is unknown color: approx Prussian Blue. HEX triplet: 04, 25 and 4C. RGB value is (4,37,76). Sum of RGB (Red+Green+Blue) = 4+37+76=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #04254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04254C is #FBDAB3. Grayscale: #1F1F1F. Windows color (decimal): -16505524 or 4990212. OLE color: 4990212.

HSL color Cylindrical-coordinate representation of color #04254C: hue angle of 212.5º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04254C is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB43776-
CMYK0.950.5100.70
HSL212.5º90%15.69%-
HSV(B)212.5º94.74%29.8%-
XYZ2.021.877.09-
YUV31.58153.07108.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 76 (30.08% from 255) = 64.96%
R=3.42%
G=31.62%
B=64.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal437760.950.5100.70212.59015.69
Hex4254C5F33046d45a10
Octal44511413763010632413220
Binary100100101100110010111111100110100011011010100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,37,76); }

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

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

 a { background-color: rgb(4,37,76); }

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

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

 span { border-color: rgb(4,37,76); }

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