Html Css Color HEX #043D5A Prussian Blue

📋 copy color: '#043D5A'

red 4 ◦ green 61 ◦ blue 90

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

Shades of Prussian Blue #043D5A

Tints of Prussian Blue #043D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.35%

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

R = 2.58%
G = 39.35%
B = 58.06%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#043D5A (or 0x043D5A) is known color: Prussian Blue. HEX triplet: 04, 3D and 5A. RGB value is (4,61,90). Sum of RGB (Red+Green+Blue) = 4+61+90=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #043D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043D5A is #FBC2A5. Grayscale: #2F2F2F. Windows color (decimal): -16499366 or 5913860. OLE color: 5913860.

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

Color convert

RGB 4 61 90 -
CMYK 0.96 0.32 0 0.65
HSL 200.23º 0.91% 0.18% -
HSV(B) 200.23º 0.96% 0.35% -
XYZ 3.56 4.1 10.28 -
YUV 47.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 4 61 90 0.96 0.32 0 0.65 200.23 0.91 0.18
Hex 4 3D 5A 60 20 0 41 C8 5B 12
Octal 4 75 132 140 40 0 101 310 133 22
Binary 100 111101 1011010 1100000 100000 0 1000001 11001000 1011011 10010

Color Harmonies of #043D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043D5A

Black with #043D5A

Text Example


Text Example

White with #043D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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