#042D5F

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

Shades of Prussian Blue #042D5F

Tints of Prussian Blue #042D5F

Color information

#042D5F (or 0x042D5F) is unknown color: approx Prussian Blue. HEX triplet: 04, 2D and 5F. RGB value is (4,45,95). Sum of RGB (Red+Green+Blue) = 4+45+95=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #042D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D5F is #FBD2A0. Grayscale: #262626. Windows color (decimal): -16503457 or 6237444. OLE color: 6237444.

HSL color Cylindrical-coordinate representation of color #042D5F: hue angle of 212.97º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042D5F is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB44595-
CMYK0.960.5300.63
HSL212.97º91.92%19.41%-
HSV(B)212.97º95.79%37.25%-
XYZ3.052.7311.19-
YUV38.44159.92103.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 45 (17.97% from 255) = 31.25%
BLUE value IS 95 (37.5% from 255) = 65.97%
R=2.78%
G=31.25%
B=65.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal445950.960.5300.63212.9791.9219.41
Hex42D5F603503Fd55c13
Octal4551371406507732513423
Binary10010110110111111100000110101011111111010101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,45,95); }

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

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

 a { background-color: rgb(4,45,95); }

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

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

 span { border-color: rgb(4,45,95); }

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