#042B5D

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

Shades of Prussian Blue #042B5D

Tints of Prussian Blue #042B5D

Color information

#042B5D (or 0x042B5D) is unknown color: approx Prussian Blue. HEX triplet: 04, 2B and 5D. RGB value is (4,43,93). Sum of RGB (Red+Green+Blue) = 4+43+93=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #042B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B5D is #FBD4A2. Grayscale: #242424. Windows color (decimal): -16503971 or 6105860. OLE color: 6105860.

HSL color Cylindrical-coordinate representation of color #042B5D: hue angle of 213.71º 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 #042B5D is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB44393-
CMYK0.960.5400.64
HSL213.71º91.75%19.02%-
HSV(B)213.71º95.7%36.47%-
XYZ2.892.5410.69-
YUV37.04159.58104.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 93 (36.72% from 255) = 66.43%
R=2.86%
G=30.71%
B=66.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal443930.960.5400.64213.7191.7519.02
Hex42B5D6036040d65c13
Octal45313514066010032613423
Binary100101011101110111000001101100100000011010110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,43,93); }

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

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

 a { background-color: rgb(4,43,93); }

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

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

 span { border-color: rgb(4,43,93); }

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