#043069

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

Shades of Prussian Blue #043069

Tints of Prussian Blue #043069

Color information

#043069 (or 0x043069) is unknown color: approx Prussian Blue. HEX triplet: 04, 30 and 69. RGB value is (4,48,105). Sum of RGB (Red+Green+Blue) = 4+48+105=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #043069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043069 is #FBCF96. Grayscale: #292929. Windows color (decimal): -16502679 or 6893572. OLE color: 6893572.

HSL color Cylindrical-coordinate representation of color #043069: hue angle of 213.86º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043069 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB448105-
CMYK0.960.5400.59
HSL213.86º92.66%21.37%-
HSV(B)213.86º96.19%41.18%-
XYZ3.663.1613.78-
YUV41.34163.92101.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 105 (41.41% from 255) = 66.88%
R=2.55%
G=30.57%
B=66.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4481050.960.5400.59213.8692.6621.37
Hex43069603603Bd65d15
Octal4601511406607332613525
Binary10011000011010011100000110110011101111010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043069; }

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

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

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

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

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

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

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

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