#043155

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

Shades of Prussian Blue #043155

Tints of Prussian Blue #043155

Color information

#043155 (or 0x043155) is unknown color: approx Prussian Blue. HEX triplet: 04, 31 and 55. RGB value is (4,49,85). Sum of RGB (Red+Green+Blue) = 4+49+85=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #043155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043155 is #FBCEAA. Grayscale: #272727. Windows color (decimal): -16502443 or 5583108. OLE color: 5583108.

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

Color convert

RGB44985-
CMYK0.950.4200.67
HSL206.67º91.01%17.45%-
HSV(B)206.67º95.29%33.33%-
XYZ2.792.889-
YUV39.65153.59102.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.90%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 85 (33.59% from 255) = 61.59%
R=2.90%
G=35.51%
B=61.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal449850.950.4200.67206.6791.0117.45
Hex431555F2A043cf5b11
Octal46112513752010331713321
Binary100110001101010110111111010100100001111001111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043155; }

 p { color: rgb(4,49,85); }

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

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

 a { background-color: rgb(4,49,85); }

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

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

 span { border-color: rgb(4,49,85); }

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