#01354E

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

Shades of Prussian Blue #01354E

Tints of Prussian Blue #01354E

Color information

#01354E (or 0x01354E) is unknown color: approx Prussian Blue. HEX triplet: 01, 35 and 4E. RGB value is (1,53,78). Sum of RGB (Red+Green+Blue) = 1+53+78=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #01354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01354E is #FECAB1. Grayscale: #282828. Windows color (decimal): -16698034 or 5125377. OLE color: 5125377.

HSL color Cylindrical-coordinate representation of color #01354E: hue angle of 199.48º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01354E is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB15378-
CMYK0.990.3200.69
HSL199.48º97.47%15.49%-
HSV(B)199.48º98.72%30.59%-
XYZ2.663.17.67-
YUV40.3149.2799.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=0.76%
G=40.15%
B=59.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal153780.990.3200.69199.4897.4715.49
Hex1354E6320045c761f
Octal16511614340010530714117
Binary111010110011101100011100000010001011100011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01354E; }

 p { color: rgb(1,53,78); }

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

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

 a { background-color: rgb(1,53,78); }

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

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

 span { border-color: rgb(1,53,78); }

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