#01364F

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

Shades of Prussian Blue #01364F

Tints of Prussian Blue #01364F

Color information

#01364F (or 0x01364F) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 4F. RGB value is (1,54,79). Sum of RGB (Red+Green+Blue) = 1+54+79=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #01364F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01364F is #FEC9B0. Grayscale: #282828. Windows color (decimal): -16697777 or 5191169. OLE color: 5191169.

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

Color convert

RGB15479-
CMYK0.990.3200.69
HSL199.23º97.5%15.69%-
HSV(B)199.23º98.73%30.98%-
XYZ2.743.217.87-
YUV41149.4499.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 79 (31.25% from 255) = 58.96%
R=0.75%
G=40.30%
B=58.96%

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
Decimal154790.990.3200.69199.2397.515.69
Hex1364F6320045c76210
Octal16611714340010530714220
Binary1110110100111111000111000000100010111000111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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