#004568

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

Shades of Prussian Blue #004568

Tints of Prussian Blue #004568

Color information

#004568 (or 0x004568) is unknown color: approx Prussian Blue. HEX triplet: 00, 45 and 68. RGB value is (0,69,104). Sum of RGB (Red+Green+Blue) = 0+69+104=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #004568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004568 is #FFBA97. Grayscale: #343434. Windows color (decimal): -16759448 or 6833408. OLE color: 6833408.

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

Color convert

RGB069104-
CMYK10.3400.59
HSL200.19º100%20.39%-
HSV(B)200.19º100%40.78%-
XYZ4.635.2613.87-
YUV52.36157.1490.65-

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.88%
BLUE value IS 104 (41.02% from 255) = 60.12%
R=0%
G=39.88%
B=60.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal06910410.3400.59200.1910020.39
Hex04568642203Bc86414
Octal01051501444207331014424
Binary0100010111010001100100100010011101111001000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004568; }

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

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

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

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

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

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

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

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