Html Css Color HEX #044164 Prussian Blue

📋 copy color: '#044164'

red 4 ◦ green 65 ◦ blue 100

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

Shades of Prussian Blue #044164

Tints of Prussian Blue #044164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

 BLUE value IS 100 (39.45% from 255) = 59.17%

R = 2.37%
G = 38.46%
B = 59.17%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#044164 (or 0x044164) is known color: Prussian Blue. HEX triplet: 04, 41 and 64. RGB value is (4,65,100). Sum of RGB (Red+Green+Blue) = 4+65+100=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #044164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044164 is #FBBE9B. Grayscale: #323232. Windows color (decimal): -16498332 or 6570244. OLE color: 6570244.

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

Color convert

RGB 4 65 100 -
CMYK 0.96 0.35 0 0.61
HSL 201.88º 0.92% 0.2% -
HSV(B) 201.88º 0.96% 0.39% -
XYZ 4.24 4.73 12.75 -
YUV 50.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 4 65 100 0.96 0.35 0 0.61 201.88 0.92 0.2
Hex 4 41 64 60 23 0 3D CA 5C 14
Octal 4 101 144 140 43 0 75 312 134 24
Binary 100 1000001 1100100 1100000 100011 0 111101 11001010 1011100 10100

Color Harmonies of #044164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044164

Black with #044164

Text Example


Text Example

White with #044164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044164; }

 p { color: rgb(4,65,100); }

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

background-color css

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

 a { background-color: rgb(4,65,100); }

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

border-color css

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

 span { border-color: rgb(4,65,100); }

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