#004565

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

Shades of Prussian Blue #004565

Tints of Prussian Blue #004565

Color information

#004565 (or 0x004565) is unknown color: approx Prussian Blue. HEX triplet: 00, 45 and 65. RGB value is (0,69,101). Sum of RGB (Red+Green+Blue) = 0+69+101=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #004565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004565 is #FFBA9A. Grayscale: #333333. Windows color (decimal): -16759451 or 6636800. OLE color: 6636800.

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

Color convert

RGB069101-
CMYK10.3200.60
HSL199.01º100%19.8%-
HSV(B)199.01º100%39.61%-
XYZ4.485.213.08-
YUV52.02155.6490.9-

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) = 40.59%
BLUE value IS 101 (39.84% from 255) = 59.41%
R=0%
G=40.59%
B=59.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal06910110.3200.60199.0110019.8
Hex04565642003Cc76414
Octal01051451444007430714424
Binary0100010111001011100100100000011110011000111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004565; }

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

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

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

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

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

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

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

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