#042B53

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

Shades of Prussian Blue #042B53

Tints of Prussian Blue #042B53

Color information

#042B53 (or 0x042B53) is unknown color: approx Prussian Blue. HEX triplet: 04, 2B and 53. RGB value is (4,43,83). Sum of RGB (Red+Green+Blue) = 4+43+83=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #042B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B53 is #FBD4AC. Grayscale: #232323. Windows color (decimal): -16503981 or 5450500. OLE color: 5450500.

HSL color Cylindrical-coordinate representation of color #042B53: hue angle of 210.38º 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 #042B53 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB44383-
CMYK0.950.4800.67
HSL210.38º90.8%17.06%-
HSV(B)210.38º95.18%32.55%-
XYZ2.482.388.51-
YUV35.9154.58105.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.08%
GREEN value IS 43 (17.19% from 255) = 33.08%
BLUE value IS 83 (32.81% from 255) = 63.85%
R=3.08%
G=33.08%
B=63.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal443830.950.4800.67210.3890.817.06
Hex42B535F30043d25b11
Octal45312313760010332213321
Binary100101011101001110111111100000100001111010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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