Html Css Color HEX #043058 Prussian Blue

📋 copy color: '#043058'

red 4 ◦ green 48 ◦ blue 88

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

Shades of Prussian Blue #043058

Tints of Prussian Blue #043058

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.29%

 BLUE value IS 88 (34.77% from 255) = 62.86%

R = 2.86%
G = 34.29%
B = 62.86%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#043058 (or 0x043058) is known color: Prussian Blue. HEX triplet: 04, 30 and 58. RGB value is (4,48,88). Sum of RGB (Red+Green+Blue) = 4+48+88=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #043058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043058 is #FBCFA7. Grayscale: #272727. Windows color (decimal): -16502696 or 5779460. OLE color: 5779460.

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

Color convert

RGB 4 48 88 -
CMYK 0.95 0.45 0 0.65
HSL 208.57º 0.91% 0.18% -
HSV(B) 208.57º 0.95% 0.35% -
XYZ 2.87 2.84 9.63 -
YUV 39.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 4 48 88 0.95 0.45 0 0.65 208.57 0.91 0.18
Hex 4 30 58 5F 2D 0 41 D1 5B 12
Octal 4 60 130 137 55 0 101 321 133 22
Binary 100 110000 1011000 1011111 101101 0 1000001 11010001 1011011 10010

Color Harmonies of #043058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043058

Black with #043058

Text Example


Text Example

White with #043058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043058; }

 p { color: rgb(4,48,88); }

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

background-color css

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

 a { background-color: rgb(4,48,88); }

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

border-color css

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

 span { border-color: rgb(4,48,88); }

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