Html Css Color HEX #044069 Prussian Blue

📋 copy color: '#044069'

red 4 ◦ green 64 ◦ blue 105

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

Shades of Prussian Blue #044069

Tints of Prussian Blue #044069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60.69%

R = 2.31%
G = 36.99%
B = 60.69%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#044069 (or 0x044069) is known color: Prussian Blue. HEX triplet: 04, 40 and 69. RGB value is (4,64,105). Sum of RGB (Red+Green+Blue) = 4+64+105=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #044069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044069 is #FBBF96. Grayscale: #323232. Windows color (decimal): -16498583 or 6897668. OLE color: 6897668.

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

Color convert

RGB 4 64 105 -
CMYK 0.96 0.39 0 0.59
HSL 204.36º 0.93% 0.21% -
HSV(B) 204.36º 0.96% 0.41% -
XYZ 4.43 4.71 14.04 -
YUV 50.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 4 64 105 0.96 0.39 0 0.59 204.36 0.93 0.21
Hex 4 40 69 60 27 0 3B CC 5D 15
Octal 4 100 151 140 47 0 73 314 135 25
Binary 100 1000000 1101001 1100000 100111 0 111011 11001100 1011101 10101

Color Harmonies of #044069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044069

Black with #044069

Text Example


Text Example

White with #044069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044069; }

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

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

background-color css

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

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

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

border-color css

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

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

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