#042A55

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

Shades of Prussian Blue #042A55

Tints of Prussian Blue #042A55

Color information

#042A55 (or 0x042A55) is unknown color: approx Prussian Blue. HEX triplet: 04, 2A and 55. RGB value is (4,42,85). Sum of RGB (Red+Green+Blue) = 4+42+85=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 85 (33.59% from 255 or 64.89% from 131); Max value from RGB is 85 - color contains mainly: blue. Hex color #042A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A55 is #FBD5AA. Grayscale: #232323. Windows color (decimal): -16504235 or 5581316. OLE color: 5581316.

HSL color Cylindrical-coordinate representation of color #042A55: hue angle of 211.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042A55 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB44285-
CMYK0.950.5100.67
HSL211.85º91.01%17.45%-
HSV(B)211.85º95.29%33.33%-
XYZ2.522.348.91-
YUV35.54155.91105.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.05%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 85 (33.59% from 255) = 64.89%
R=3.05%
G=32.06%
B=64.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal442850.950.5100.67211.8591.0117.45
Hex42A555F33043d45b11
Octal45212513763010332413321
Binary100101010101010110111111100110100001111010100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042A55; }

 p { color: rgb(4,42,85); }

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

<style>
 a { background-color: #042A55; }

 a { background-color: rgb(4,42,85); }

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

<style>
 span { border-color: #042A55; }

 span { border-color: rgb(4,42,85); }

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