Html Css Color HEX #043071 Prussian Blue

📋 copy color: '#043071'

red 4 ◦ green 48 ◦ blue 113

#043071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #043071

Tints of Prussian Blue #043071

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 value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#043071 (or 0x043071) is known color: 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

RGB 4 48 113 -
CMYK 0.96 0.58 0 0.56
HSL 215.78º 0.93% 0.23% -
HSV(B) 215.78º 0.96% 0.44% -
XYZ 4.09 3.33 16.05 -
YUV 42.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 4 48 113 0.96 0.58 0 0.56 215.78 0.93 0.23
Hex 4 30 71 60 3A 0 38 D8 5D 17
Octal 4 60 161 140 72 0 70 330 135 27
Binary 100 110000 1110001 1100000 111010 0 111000 11011000 1011101 10111

Color Harmonies of #043071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043071

Black with #043071

Text Example


Text Example

White with #043071

Text Example


Text Example

HTML Codes & Css Web 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>