Html Css Color HEX #013171 Prussian Blue

📋 copy color: '#013171'

red 1 ◦ green 49 ◦ blue 113

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

Shades of Prussian Blue #013171

Tints of Prussian Blue #013171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 69.33%

R = 0.61%
G = 30.06%
B = 69.33%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#013171 (or 0x013171) is known color: Prussian Blue. HEX triplet: 01, 31 and 71. RGB value is (1,49,113). Sum of RGB (Red+Green+Blue) = 1+49+113=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #013171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013171 is #FECE8E. Grayscale: #292929. Windows color (decimal): -16699023 or 7418113. OLE color: 7418113.

HSL color Cylindrical-coordinate representation of color #013171: hue angle of 214.29º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013171 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 49 113 -
CMYK 0.99 0.57 0 0.56
HSL 214.29º 0.98% 0.22% -
HSV(B) 214.29º 0.99% 0.44% -
XYZ 4.09 3.4 16.06 -
YUV 41.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 1 49 113 0.99 0.57 0 0.56 214.29 0.98 0.22
Hex 1 31 71 63 39 0 38 D6 62 16
Octal 1 61 161 143 71 0 70 326 142 26
Binary 1 110001 1110001 1100011 111001 0 111000 11010110 1100010 10110

Color Harmonies of #013171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013171

Black with #013171

Text Example


Text Example

White with #013171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013171; }

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

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

background-color css

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

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

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

border-color css

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

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

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