#044068

Color #044068 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #044068

Tints of Prussian Blue #044068

Color information

#044068 (or 0x044068) is unknown color: approx Prussian Blue. HEX triplet: 04, 40 and 68. RGB value is (4,64,104). Sum of RGB (Red+Green+Blue) = 4+64+104=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #044068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044068 is #FBBF97. Grayscale: #323232. Windows color (decimal): -16498584 or 6832132. OLE color: 6832132.

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

Color convert

RGB464104-
CMYK0.960.3800.59
HSL204º92.59%21.18%-
HSV(B)204º96.15%40.78%-
XYZ4.384.6913.77-
YUV50.62158.1294.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 104 (41.02% from 255) = 60.47%
R=2.33%
G=37.21%
B=60.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4641040.960.3800.5920492.5921.18
Hex44068602603Bcc5d15
Octal41001501404607331413525
Binary100100000011010001100000100110011101111001100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044068; }

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

 H1.HeaderClassName
 {
   color: #044068;
 }
 .AnyTagClassName
 {
   color: #044068;
 }
</style>
background-color css

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

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

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

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

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

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