Html Css Color HEX #044063 Prussian Blue

📋 copy color: '#044063'

red 4 ◦ green 64 ◦ blue 99

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

Shades of Prussian Blue #044063

Tints of Prussian Blue #044063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 59.28%

R = 2.4%
G = 38.32%
B = 59.28%

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

#044063 (or 0x044063) is known color: Prussian Blue. HEX triplet: 04, 40 and 63. RGB value is (4,64,99). Sum of RGB (Red+Green+Blue) = 4+64+99=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #044063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044063 is #FBBF9C. Grayscale: #313131. Windows color (decimal): -16498589 or 6504452. OLE color: 6504452.

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

Color convert

RGB 4 64 99 -
CMYK 0.96 0.35 0 0.61
HSL 202.11º 0.92% 0.2% -
HSV(B) 202.11º 0.96% 0.39% -
XYZ 4.14 4.59 12.47 -
YUV 50.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 4 64 99 0.96 0.35 0 0.61 202.11 0.92 0.2
Hex 4 40 63 60 23 0 3D CA 5C 14
Octal 4 100 143 140 43 0 75 312 134 24
Binary 100 1000000 1100011 1100000 100011 0 111101 11001010 1011100 10100

Color Harmonies of #044063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044063

Black with #044063

Text Example


Text Example

White with #044063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044063; }

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

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

background-color css

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

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

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

border-color css

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

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

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