#043071

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

Shades of Prussian Blue #043071

Tints of Prussian Blue #043071

Color information

#043071 (or 0x043071) is unknown color: approx Prussian Blue. HEX triplet: 04, 30 and 71. RGB value is (4,48,113). Sum of RGB (Red+Green+Blue) = 4+48+113=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #043071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043071 is #FBCF8E. Grayscale: #292929. Windows color (decimal): -16502671 or 7417860. OLE color: 7417860.

HSL color Cylindrical-coordinate representation of color #043071: hue angle of 215.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043071 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB448113-
CMYK0.960.5800.56
HSL215.78º93.16%22.94%-
HSV(B)215.78º96.46%44.31%-
XYZ4.093.3316.05-
YUV42.25167.92100.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 113 (44.53% from 255) = 68.48%
R=2.42%
G=29.09%
B=68.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4481130.960.5800.56215.7893.1622.94
Hex43071603A038d85d17
Octal4601611407207033013527
Binary10011000011100011100000111010011100011011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043071; }

 p { color: rgb(4,48,113); }

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

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

 a { background-color: rgb(4,48,113); }

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

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

 span { border-color: rgb(4,48,113); }

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