#043051

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

Shades of Prussian Blue #043051

Tints of Prussian Blue #043051

Color information

#043051 (or 0x043051) is unknown color: approx Prussian Blue. HEX triplet: 04, 30 and 51. RGB value is (4,48,81). Sum of RGB (Red+Green+Blue) = 4+48+81=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #043051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043051 is #FBCFAE. Grayscale: #262626. Windows color (decimal): -16502703 or 5320708. OLE color: 5320708.

HSL color Cylindrical-coordinate representation of color #043051: hue angle of 205.71º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043051 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB44881-
CMYK0.950.4100.68
HSL205.71º90.59%16.67%-
HSV(B)205.71º95.06%31.76%-
XYZ2.592.738.18-
YUV38.61151.92103.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 48 (19.14% from 255) = 36.09%
BLUE value IS 81 (32.03% from 255) = 60.90%
R=3.01%
G=36.09%
B=60.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal448810.950.4100.68205.7190.5916.67
Hex430515F29044ce5b11
Octal46012113751010431613321
Binary100110000101000110111111010010100010011001110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043051; }

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

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

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

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

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

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

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

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