#01365A

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

Shades of Prussian Blue #01365A

Tints of Prussian Blue #01365A

Color information

#01365A (or 0x01365A) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 5A. RGB value is (1,54,90). Sum of RGB (Red+Green+Blue) = 1+54+90=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #01365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01365A is #FEC9A5. Grayscale: #2A2A2A. Windows color (decimal): -16697766 or 5912065. OLE color: 5912065.

HSL color Cylindrical-coordinate representation of color #01365A: hue angle of 204.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01365A is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB15490-
CMYK0.990.4000.65
HSL204.27º97.8%17.84%-
HSV(B)204.27º98.89%35.29%-
XYZ3.183.3810.16-
YUV42.26154.9498.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=0.69%
G=37.24%
B=62.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal154900.990.4000.65204.2797.817.84
Hex1365A6328041cc6212
Octal16613214350010131414222
Binary1110110101101011000111010000100000111001100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01365A; }

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

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

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

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

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

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

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

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