Html Css Color HEX #043A5E Prussian Blue

📋 copy color: '#043A5E'

red 4 ◦ green 58 ◦ blue 94

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

Shades of Prussian Blue #043A5E

Tints of Prussian Blue #043A5E

RGB

 RED value IS 4 (1.95% from 255) = 2.56%

 GREEN value IS 58 (23.05% from 255) = 37.18%

 BLUE value IS 94 (37.11% from 255) = 60.26%

R = 2.56%
G = 37.18%
B = 60.26%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#043A5E (or 0x043A5E) is known color: Prussian Blue. HEX triplet: 04, 3A and 5E. RGB value is (4,58,94). Sum of RGB (Red+Green+Blue) = 4+58+94=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #043A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043A5E is #FBC5A1. Grayscale: #2D2D2D. Windows color (decimal): -16500130 or 6175236. OLE color: 6175236.

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

Color convert

RGB 4 58 94 -
CMYK 0.96 0.38 0 0.63
HSL 204º 0.92% 0.19% -
HSV(B) 204º 0.96% 0.37% -
XYZ 3.58 3.86 11.15 -
YUV 45.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 4 58 94 0.96 0.38 0 0.63 204 0.92 0.19
Hex 4 3A 5E 60 26 0 3F CC 5C 13
Octal 4 72 136 140 46 0 77 314 134 23
Binary 100 111010 1011110 1100000 100110 0 111111 11001100 1011100 10011

Color Harmonies of #043A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043A5E

Black with #043A5E

Text Example


Text Example

White with #043A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,58,94); }

 H1.HeaderClassName
 {
   color: #043A5E;
 }
 .AnyTagClassName
 {
   color: #043A5E;
 }
</style>

background-color css

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

 a { background-color: rgb(4,58,94); }

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

border-color css

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

 span { border-color: rgb(4,58,94); }

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