Html Css Color HEX #044168 Prussian Blue

📋 copy color: '#044168'

red 4 ◦ green 65 ◦ blue 104

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

Shades of Prussian Blue #044168

Tints of Prussian Blue #044168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.12%

R = 2.31%
G = 37.57%
B = 60.12%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#044168 (or 0x044168) is known color: Prussian Blue. HEX triplet: 04, 41 and 68. RGB value is (4,65,104). Sum of RGB (Red+Green+Blue) = 4+65+104=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #044168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044168 is #FBBE97. Grayscale: #323232. Windows color (decimal): -16498328 or 6832388. OLE color: 6832388.

HSL color Cylindrical-coordinate representation of color #044168: hue angle of 203.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044168 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 65 104 -
CMYK 0.96 0.38 0 0.59
HSL 203.4º 0.93% 0.21% -
HSV(B) 203.4º 0.96% 0.41% -
XYZ 4.44 4.81 13.79 -
YUV 51.21 157.79 94.33 -
System Red Green Blue C M Y K H S L
Decimal 4 65 104 0.96 0.38 0 0.59 203.4 0.93 0.21
Hex 4 41 68 60 26 0 3B CB 5D 15
Octal 4 101 150 140 46 0 73 313 135 25
Binary 100 1000001 1101000 1100000 100110 0 111011 11001011 1011101 10101

Color Harmonies of #044168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044168

Black with #044168

Text Example


Text Example

White with #044168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044168; }

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

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

background-color css

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

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

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

border-color css

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

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

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