#01344E

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

Shades of Prussian Blue #01344E

Tints of Prussian Blue #01344E

Color information

#01344E (or 0x01344E) is unknown color: approx Prussian Blue. HEX triplet: 01, 34 and 4E. RGB value is (1,52,78). Sum of RGB (Red+Green+Blue) = 1+52+78=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #01344E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01344E is #FECBB1. Grayscale: #272727. Windows color (decimal): -16698290 or 5125121. OLE color: 5125121.

HSL color Cylindrical-coordinate representation of color #01344E: hue angle of 200.26º 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 #01344E is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB15278-
CMYK0.990.3300.69
HSL200.26º97.47%15.49%-
HSV(B)200.26º98.72%30.59%-
XYZ2.623.017.65-
YUV39.71149.6100.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 78 (30.86% from 255) = 59.54%
R=0.76%
G=39.69%
B=59.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal152780.990.3300.69200.2697.4715.49
Hex1344E6321045c861f
Octal16411614341010531014117
Binary111010010011101100011100001010001011100100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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