Html Css Color HEX #01304E Prussian Blue

📋 copy color: '#01304E'

red 1 ◦ green 48 ◦ blue 78

#01304E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #01304E

Tints of Prussian Blue #01304E

RGB

 RED value IS 1 (0.78% from 255) = 0.79%

 GREEN value IS 48 (19.14% from 255) = 37.8%

 BLUE value IS 78 (30.86% from 255) = 61.42%

R = 0.79%
G = 37.8%
B = 61.42%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01304E (or 0x01304E) is known color: 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

RGB 1 48 78 -
CMYK 0.99 0.38 0 0.69
HSL 203.38º 0.97% 0.15% -
HSV(B) 203.38º 0.99% 0.31% -
XYZ 2.44 2.67 7.59 -
YUV 37.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 1 48 78 0.99 0.38 0 0.69 203.38 0.97 0.15
Hex 1 30 4E 63 26 0 45 CB 61 F
Octal 1 60 116 143 46 0 105 313 141 17
Binary 1 110000 1001110 1100011 100110 0 1000101 11001011 1100001 1111

Color Harmonies of #01304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01304E

Black with #01304E

Text Example


Text Example

White with #01304E

Text Example


Text Example

HTML Codes & Css Web 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>