Html Css Color HEX #043F5A Prussian Blue

📋 copy color: '#043F5A'

red 4 ◦ green 63 ◦ blue 90

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

Shades of Prussian Blue #043F5A

Tints of Prussian Blue #043F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 40.13%

 BLUE value IS 90 (35.55% from 255) = 57.32%

R = 2.55%
G = 40.13%
B = 57.32%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#043F5A (or 0x043F5A) is known color: Prussian Blue. HEX triplet: 04, 3F and 5A. RGB value is (4,63,90). Sum of RGB (Red+Green+Blue) = 4+63+90=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #043F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043F5A is #FBC0A5. Grayscale: #303030. Windows color (decimal): -16498854 or 5914372. OLE color: 5914372.

HSL color Cylindrical-coordinate representation of color #043F5A: hue angle of 198.84º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043F5A is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 63 90 -
CMYK 0.96 0.30 0 0.65
HSL 198.84º 0.91% 0.18% -
HSV(B) 198.84º 0.96% 0.35% -
XYZ 3.67 4.32 10.31 -
YUV 48.44 151.45 96.3 -
System Red Green Blue C M Y K H S L
Decimal 4 63 90 0.96 0.30 0 0.65 198.84 0.91 0.18
Hex 4 3F 5A 60 1E 0 41 C7 5B 12
Octal 4 77 132 140 36 0 101 307 133 22
Binary 100 111111 1011010 1100000 11110 0 1000001 11000111 1011011 10010

Color Harmonies of #043F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043F5A

Black with #043F5A

Text Example


Text Example

White with #043F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,63,90); }

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

background-color css

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

 a { background-color: rgb(4,63,90); }

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

border-color css

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

 span { border-color: rgb(4,63,90); }

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