#01356E

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

Shades of Prussian Blue #01356E

Tints of Prussian Blue #01356E

Color information

#01356E (or 0x01356E) is unknown color: approx Prussian Blue. HEX triplet: 01, 35 and 6E. RGB value is (1,53,110). Sum of RGB (Red+Green+Blue) = 1+53+110=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #01356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01356E is #FECA91. Grayscale: #2B2B2B. Windows color (decimal): -16698002 or 7222529. OLE color: 7222529.

HSL color Cylindrical-coordinate representation of color #01356E: hue angle of 211.38º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01356E is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB153110-
CMYK0.990.5200.57
HSL211.38º98.2%21.76%-
HSV(B)211.38º99.09%43.14%-
XYZ4.13.6815.25-
YUV43.95165.2797.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 110 (43.36% from 255) = 67.07%
R=0.61%
G=32.32%
B=67.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1531100.990.5200.57211.3898.221.76
Hex1356E6334039d36216
Octal1651561436407132314226
Binary111010111011101100011110100011100111010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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