Html Css Color HEX #044060 Prussian Blue

📋 copy color: '#044060'

red 4 ◦ green 64 ◦ blue 96

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

Shades of Prussian Blue #044060

Tints of Prussian Blue #044060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 58.54%

R = 2.44%
G = 39.02%
B = 58.54%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#044060 (or 0x044060) is known color: Prussian Blue. HEX triplet: 04, 40 and 60. RGB value is (4,64,96). Sum of RGB (Red+Green+Blue) = 4+64+96=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #044060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044060 is #FBBF9F. Grayscale: #313131. Windows color (decimal): -16498592 or 6307844. OLE color: 6307844.

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

Color convert

RGB 4 64 96 -
CMYK 0.96 0.33 0 0.62
HSL 200.87º 0.92% 0.2% -
HSV(B) 200.87º 0.96% 0.38% -
XYZ 3.99 4.54 11.73 -
YUV 49.71 154.12 95.4 -
System Red Green Blue C M Y K H S L
Decimal 4 64 96 0.96 0.33 0 0.62 200.87 0.92 0.2
Hex 4 40 60 60 21 0 3E C9 5C 14
Octal 4 100 140 140 41 0 76 311 134 24
Binary 100 1000000 1100000 1100000 100001 0 111110 11001001 1011100 10100

Color Harmonies of #044060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044060

Black with #044060

Text Example


Text Example

White with #044060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044060; }

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

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

background-color css

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

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

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

border-color css

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

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

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