#013765

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

Shades of Prussian Blue #013765

Tints of Prussian Blue #013765

Color information

#013765 (or 0x013765) is unknown color: approx Prussian Blue. HEX triplet: 01, 37 and 65. RGB value is (1,55,101). Sum of RGB (Red+Green+Blue) = 1+55+101=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #013765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013765 is #FEC89A. Grayscale: #2B2B2B. Windows color (decimal): -16697499 or 6633217. OLE color: 6633217.

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

Color convert

RGB155101-
CMYK0.990.4600.60
HSL207.6º98.04%20%-
HSV(B)207.6º99.01%39.61%-
XYZ3.733.6812.83-
YUV44.1160.1197.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 101 (39.84% from 255) = 64.33%
R=0.64%
G=35.03%
B=64.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1551010.990.4600.60207.698.0420
Hex13765632E03Cd06214
Octal1671451435607432014224
Binary111011111001011100011101110011110011010000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013765; }

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

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

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

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

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

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

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

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