#004365

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

Shades of Prussian Blue #004365

Tints of Prussian Blue #004365

Color information

#004365 (or 0x004365) is unknown color: approx Prussian Blue. HEX triplet: 00, 43 and 65. RGB value is (0,67,101). Sum of RGB (Red+Green+Blue) = 0+67+101=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #004365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004365 is #FFBC9A. Grayscale: #323232. Windows color (decimal): -16759963 or 6636288. OLE color: 6636288.

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

Color convert

RGB067101-
CMYK10.3400.60
HSL200.2º100%19.8%-
HSV(B)200.2º100%39.61%-
XYZ4.364.9513.04-
YUV50.84156.391.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 101 (39.84% 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.60
SystemRedGreenBlueCMYKHSL
Decimal06710110.3400.60200.210019.8
Hex04365642203Cc86414
Octal01031451444207431014424
Binary0100001111001011100100100010011110011001000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004365; }

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

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

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

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

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

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

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

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