#004569

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

Shades of Prussian Blue #004569

Tints of Prussian Blue #004569

Color information

#004569 (or 0x004569) is unknown color: approx Prussian Blue. HEX triplet: 00, 45 and 69. RGB value is (0,69,105). Sum of RGB (Red+Green+Blue) = 0+69+105=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #004569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004569 is #FFBA96. Grayscale: #343434. Windows color (decimal): -16759447 or 6898944. OLE color: 6898944.

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

Color convert

RGB069105-
CMYK10.3400.59
HSL200.57º100%20.59%-
HSV(B)200.57º100%41.18%-
XYZ4.685.2814.14-
YUV52.47157.6490.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 105 (41.41% from 255) = 60.34%
R=0%
G=39.66%
B=60.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal06910510.3400.59200.5710020.59
Hex04569642203Bc96415
Octal01051511444207331114425
Binary0100010111010011100100100010011101111001001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004569; }

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

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

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

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

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

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

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

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