#043B72

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

Shades of Prussian Blue #043B72

Tints of Prussian Blue #043B72

Color information

#043B72 (or 0x043B72) is unknown color: approx Prussian Blue. HEX triplet: 04, 3B and 72. RGB value is (4,59,114). Sum of RGB (Red+Green+Blue) = 4+59+114=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #043B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043B72 is #FBC48D. Grayscale: #303030. Windows color (decimal): -16499854 or 7486212. OLE color: 7486212.

HSL color Cylindrical-coordinate representation of color #043B72: hue angle of 210º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043B72 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB459114-
CMYK0.960.4800.55
HSL210º93.22%23.14%-
HSV(B)210º96.49%44.71%-
XYZ4.654.3716.52-
YUV48.82164.7896.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.26%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 64.41%
R=2.26%
G=33.33%
B=64.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4591140.960.4800.5521093.2223.14
Hex43B726030037d25d17
Octal4731621406006732213527
Binary10011101111100101100000110000011011111010010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043B72; }

 p { color: rgb(4,59,114); }

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

<style>
 a { background-color: #043B72; }

 a { background-color: rgb(4,59,114); }

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

<style>
 span { border-color: #043B72; }

 span { border-color: rgb(4,59,114); }

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