#004865

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

Shades of Prussian Blue #004865

Tints of Prussian Blue #004865

Color information

#004865 (or 0x004865) is unknown color: approx Prussian Blue. HEX triplet: 00, 48 and 65. RGB value is (0,72,101). Sum of RGB (Red+Green+Blue) = 0+72+101=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #004865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004865 is #FFB79A. Grayscale: #353535. Windows color (decimal): -16758683 or 6637568. OLE color: 6637568.

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

Color convert

RGB072101-
CMYK10.2900.60
HSL197.23º100%19.8%-
HSV(B)197.23º100%39.61%-
XYZ4.675.5713.14-
YUV53.78154.6589.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 101 (39.84% from 255) = 58.38%
R=0%
G=41.62%
B=58.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal07210110.2900.60197.2310019.8
Hex04865641D03Cc56414
Octal01101451443507430514424
Binary010010001100101110010011101011110011000101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004865; }

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

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

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

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

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

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

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

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