Html Css Color HEX #01304C Prussian Blue

📋 copy color: '#01304C'

red 1 ◦ green 48 ◦ blue 76

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

Shades of Prussian Blue #01304C

Tints of Prussian Blue #01304C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 60.8%

R = 0.8%
G = 38.4%
B = 60.8%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01304C (or 0x01304C) is known color: Prussian Blue. HEX triplet: 01, 30 and 4C. RGB value is (1,48,76). Sum of RGB (Red+Green+Blue) = 1+48+76=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #01304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01304C is #FECFB3. Grayscale: #242424. Windows color (decimal): -16699316 or 4993025. OLE color: 4993025.

HSL color Cylindrical-coordinate representation of color #01304C: hue angle of 202.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01304C is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 48 76 -
CMYK 0.99 0.37 0 0.70
HSL 202.4º 0.97% 0.15% -
HSV(B) 202.4º 0.99% 0.3% -
XYZ 2.37 2.64 7.22 -
YUV 37.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 1 48 76 0.99 0.37 0 0.70 202.4 0.97 0.15
Hex 1 30 4C 63 25 0 46 CA 61 F
Octal 1 60 114 143 45 0 106 312 141 17
Binary 1 110000 1001100 1100011 100101 0 1000110 11001010 1100001 1111

Color Harmonies of #01304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01304C

Black with #01304C

Text Example


Text Example

White with #01304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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