#004069

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

Shades of Prussian Blue #004069

Tints of Prussian Blue #004069

Color information

#004069 (or 0x004069) is unknown color: approx Prussian Blue. HEX triplet: 00, 40 and 69. RGB value is (0,64,105). Sum of RGB (Red+Green+Blue) = 0+64+105=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #004069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004069 is #FFBF96. Grayscale: #313131. Windows color (decimal): -16760727 or 6897664. OLE color: 6897664.

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

Color convert

RGB064105-
CMYK10.3900.59
HSL203.43º100%20.59%-
HSV(B)203.43º100%41.18%-
XYZ4.384.6914.04-
YUV49.54159.392.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 105 (41.41% from 255) = 62.13%
R=0%
G=37.87%
B=62.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal06410510.3900.59203.4310020.59
Hex04069642703Bcb6415
Octal01001511444707331314425
Binary0100000011010011100100100111011101111001011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004069; }

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

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

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

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

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

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

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

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