#01356F

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

Shades of Prussian Blue #01356F

Tints of Prussian Blue #01356F

Color information

#01356F (or 0x01356F) is unknown color: approx Prussian Blue. HEX triplet: 01, 35 and 6F. RGB value is (1,53,111). Sum of RGB (Red+Green+Blue) = 1+53+111=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #01356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01356F is #FECA90. Grayscale: #2B2B2B. Windows color (decimal): -16698001 or 7288065. OLE color: 7288065.

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

Color convert

RGB153111-
CMYK0.990.5200.56
HSL211.64º98.21%21.96%-
HSV(B)211.64º99.1%43.53%-
XYZ4.153.715.53-
YUV44.06165.7797.28-

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.12%
BLUE value IS 111 (43.75% from 255) = 67.27%
R=0.61%
G=32.12%
B=67.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1531110.990.5200.56211.6498.2121.96
Hex1356F6334038d46216
Octal1651571436407032414226
Binary111010111011111100011110100011100011010100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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