#01304E

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

Shades of Prussian Blue #01304E

Tints of Prussian Blue #01304E

Color information

#01304E (or 0x01304E) is unknown color: approx Prussian Blue. HEX triplet: 01, 30 and 4E. RGB value is (1,48,78). Sum of RGB (Red+Green+Blue) = 1+48+78=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #01304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01304E is #FECFB1. Grayscale: #252525. Windows color (decimal): -16699314 or 5124097. OLE color: 5124097.

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

Color convert

RGB14878-
CMYK0.990.3800.69
HSL203.38º97.47%15.49%-
HSV(B)203.38º98.72%30.59%-
XYZ2.442.677.59-
YUV37.37150.93102.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=0.79%
G=37.80%
B=61.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal148780.990.3800.69203.3897.4715.49
Hex1304E6326045cb61f
Octal16011614346010531314117
Binary111000010011101100011100110010001011100101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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