Html Css Color HEX #013178 Prussian Blue

📋 copy color: '#013178'

red 1 ◦ green 49 ◦ blue 120

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

Shades of Prussian Blue #013178

Tints of Prussian Blue #013178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.82%

 BLUE value IS 120 (47.27% from 255) = 70.59%

R = 0.59%
G = 28.82%
B = 70.59%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013178 (or 0x013178) is known color: Prussian Blue. HEX triplet: 01, 31 and 78. RGB value is (1,49,120). Sum of RGB (Red+Green+Blue) = 1+49+120=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #013178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013178 is #FECE87. Grayscale: #2A2A2A. Windows color (decimal): -16699016 or 7876865. OLE color: 7876865.

HSL color Cylindrical-coordinate representation of color #013178: hue angle of 215.8º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013178 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 49 120 -
CMYK 0.99 0.59 0 0.53
HSL 215.8º 0.98% 0.24% -
HSV(B) 215.8º 0.99% 0.47% -
XYZ 4.5 3.56 18.22 -
YUV 42.74 171.6 98.23 -
System Red Green Blue C M Y K H S L
Decimal 1 49 120 0.99 0.59 0 0.53 215.8 0.98 0.24
Hex 1 31 78 63 3B 0 35 D8 62 18
Octal 1 61 170 143 73 0 65 330 142 30
Binary 1 110001 1111000 1100011 111011 0 110101 11011000 1100010 11000

Color Harmonies of #013178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013178

Black with #013178

Text Example


Text Example

White with #013178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013178; }

 p { color: rgb(1,49,120); }

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

background-color css

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

 a { background-color: rgb(1,49,120); }

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

border-color css

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

 span { border-color: rgb(1,49,120); }

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