#043B5D

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

Shades of Prussian Blue #043B5D

Tints of Prussian Blue #043B5D

Color information

#043B5D (or 0x043B5D) is unknown color: approx Prussian Blue. HEX triplet: 04, 3B and 5D. RGB value is (4,59,93). Sum of RGB (Red+Green+Blue) = 4+59+93=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #043B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043B5D is #FBC4A2. Grayscale: #2E2E2E. Windows color (decimal): -16499875 or 6109956. OLE color: 6109956.

HSL color Cylindrical-coordinate representation of color #043B5D: hue angle of 202.92º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043B5D is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB45993-
CMYK0.960.3700.64
HSL202.92º91.75%19.02%-
HSV(B)202.92º95.7%36.47%-
XYZ3.593.9410.93-
YUV46.43154.2897.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.56%
GREEN value IS 59 (23.44% from 255) = 37.82%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=2.56%
G=37.82%
B=59.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal459930.960.3700.64202.9291.7519.02
Hex43B5D6025040cb5c13
Octal47313514045010031313423
Binary100111011101110111000001001010100000011001011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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