Html Css Color HEX #044061 Prussian Blue

📋 copy color: '#044061'

red 4 ◦ green 64 ◦ blue 97

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

Shades of Prussian Blue #044061

Tints of Prussian Blue #044061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.79%

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

R = 2.42%
G = 38.79%
B = 58.79%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#044061 (or 0x044061) is known color: Prussian Blue. HEX triplet: 04, 40 and 61. RGB value is (4,64,97). Sum of RGB (Red+Green+Blue) = 4+64+97=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #044061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044061 is #FBBF9E. Grayscale: #313131. Windows color (decimal): -16498591 or 6373380. OLE color: 6373380.

HSL color Cylindrical-coordinate representation of color #044061: hue angle of 201.29º 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 #044061 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 64 97 -
CMYK 0.96 0.34 0 0.62
HSL 201.29º 0.92% 0.2% -
HSV(B) 201.29º 0.96% 0.38% -
XYZ 4.04 4.56 11.98 -
YUV 49.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 4 64 97 0.96 0.34 0 0.62 201.29 0.92 0.2
Hex 4 40 61 60 22 0 3E C9 5C 14
Octal 4 100 141 140 42 0 76 311 134 24
Binary 100 1000000 1100001 1100000 100010 0 111110 11001001 1011100 10100

Color Harmonies of #044061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044061

Black with #044061

Text Example


Text Example

White with #044061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044061; }

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

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

background-color css

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

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

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

border-color css

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

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

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