Html Css Color HEX #043A5F Prussian Blue

📋 copy color: '#043A5F'

red 4 ◦ green 58 ◦ blue 95

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

Shades of Prussian Blue #043A5F

Tints of Prussian Blue #043A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 60.51%

R = 2.55%
G = 36.94%
B = 60.51%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#043A5F (or 0x043A5F) is known color: Prussian Blue. HEX triplet: 04, 3A and 5F. RGB value is (4,58,95). Sum of RGB (Red+Green+Blue) = 4+58+95=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #043A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043A5F is #FBC5A0. Grayscale: #2D2D2D. Windows color (decimal): -16500129 or 6240772. OLE color: 6240772.

HSL color Cylindrical-coordinate representation of color #043A5F: hue angle of 204.4º 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 #043A5F is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 58 95 -
CMYK 0.96 0.39 0 0.63
HSL 204.4º 0.92% 0.19% -
HSV(B) 204.4º 0.96% 0.37% -
XYZ 3.63 3.88 11.38 -
YUV 46.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 4 58 95 0.96 0.39 0 0.63 204.4 0.92 0.19
Hex 4 3A 5F 60 27 0 3F CC 5C 13
Octal 4 72 137 140 47 0 77 314 134 23
Binary 100 111010 1011111 1100000 100111 0 111111 11001100 1011100 10011

Color Harmonies of #043A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043A5F

Black with #043A5F

Text Example


Text Example

White with #043A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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