#004665

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

Shades of Prussian Blue #004665

Tints of Prussian Blue #004665

Color information

#004665 (or 0x004665) is unknown color: approx Prussian Blue. HEX triplet: 00, 46 and 65. RGB value is (0,70,101). Sum of RGB (Red+Green+Blue) = 0+70+101=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #004665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004665 is #FFB99A. Grayscale: #343434. Windows color (decimal): -16759195 or 6637056. OLE color: 6637056.

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

Color convert

RGB070101-
CMYK10.3100.60
HSL198.42º100%19.8%-
HSV(B)198.42º100%39.61%-
XYZ4.545.3213.1-
YUV52.6155.3190.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 40.94%
BLUE value IS 101 (39.84% from 255) = 59.06%
R=0%
G=40.94%
B=59.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal07010110.3100.60198.4210019.8
Hex04665641F03Cc66414
Octal01061451443707430614424
Binary010001101100101110010011111011110011000110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004665; }

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

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

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

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

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

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

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

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