#013665

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

Shades of Prussian Blue #013665

Tints of Prussian Blue #013665

Color information

#013665 (or 0x013665) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 65. RGB value is (1,54,101). Sum of RGB (Red+Green+Blue) = 1+54+101=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #013665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013665 is #FEC99A. Grayscale: #2B2B2B. Windows color (decimal): -16697755 or 6632961. OLE color: 6632961.

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

Color convert

RGB154101-
CMYK0.990.4700.60
HSL208.2º98.04%20%-
HSV(B)208.2º99.01%39.61%-
XYZ3.683.5812.81-
YUV43.51160.4497.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 101 (39.84% from 255) = 64.74%
R=0.64%
G=34.62%
B=64.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1541010.990.4700.60208.298.0420
Hex13665632F03Cd06214
Octal1661451435707432014224
Binary111011011001011100011101111011110011010000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013665; }

 p { color: rgb(1,54,101); }

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

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

 a { background-color: rgb(1,54,101); }

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

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

 span { border-color: rgb(1,54,101); }

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