Html Css Color HEX #01304F Prussian Blue

📋 copy color: '#01304F'

red 1 ◦ green 48 ◦ blue 79

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

Shades of Prussian Blue #01304F

Tints of Prussian Blue #01304F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 61.72%

R = 0.78%
G = 37.5%
B = 61.72%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01304F (or 0x01304F) is known color: Prussian Blue. HEX triplet: 01, 30 and 4F. RGB value is (1,48,79). Sum of RGB (Red+Green+Blue) = 1+48+79=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #01304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01304F is #FECFB0. Grayscale: #252525. Windows color (decimal): -16699313 or 5189633. OLE color: 5189633.

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

Color convert

RGB 1 48 79 -
CMYK 0.99 0.39 0 0.69
HSL 203.85º 0.98% 0.16% -
HSV(B) 203.85º 0.99% 0.31% -
XYZ 2.48 2.68 7.78 -
YUV 37.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 1 48 79 0.99 0.39 0 0.69 203.85 0.98 0.16
Hex 1 30 4F 63 27 0 45 CC 62 10
Octal 1 60 117 143 47 0 105 314 142 20
Binary 1 110000 1001111 1100011 100111 0 1000101 11001100 1100010 10000

Color Harmonies of #01304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01304F

Black with #01304F

Text Example


Text Example

White with #01304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01304F;
 }
 .AnyTagClassName
 {
   color: #01304F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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