Html Css Color HEX #043061 Prussian Blue

📋 copy color: '#043061'

red 4 ◦ green 48 ◦ blue 97

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

Shades of Prussian Blue #043061

Tints of Prussian Blue #043061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 65.1%

R = 2.68%
G = 32.21%
B = 65.1%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#043061 (or 0x043061) is known color: Prussian Blue. HEX triplet: 04, 30 and 61. RGB value is (4,48,97). Sum of RGB (Red+Green+Blue) = 4+48+97=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #043061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043061 is #FBCF9E. Grayscale: #282828. Windows color (decimal): -16502687 or 6369284. OLE color: 6369284.

HSL color Cylindrical-coordinate representation of color #043061: hue angle of 211.61º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043061 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 48 97 -
CMYK 0.96 0.51 0 0.62
HSL 211.61º 0.92% 0.2% -
HSV(B) 211.61º 0.96% 0.38% -
XYZ 3.26 3 11.72 -
YUV 40.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 4 48 97 0.96 0.51 0 0.62 211.61 0.92 0.2
Hex 4 30 61 60 33 0 3E D4 5C 14
Octal 4 60 141 140 63 0 76 324 134 24
Binary 100 110000 1100001 1100000 110011 0 111110 11010100 1011100 10100

Color Harmonies of #043061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043061

Black with #043061

Text Example


Text Example

White with #043061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043061; }

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

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

background-color css

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

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

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

border-color css

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

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

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