Html Css Color HEX #013176 Prussian Blue

📋 copy color: '#013176'

red 1 ◦ green 49 ◦ blue 118

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

Shades of Prussian Blue #013176

Tints of Prussian Blue #013176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 70.24%

R = 0.6%
G = 29.17%
B = 70.24%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013176 (or 0x013176) is known color: Prussian Blue. HEX triplet: 01, 31 and 76. RGB value is (1,49,118). Sum of RGB (Red+Green+Blue) = 1+49+118=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #013176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013176 is #FECE89. Grayscale: #2A2A2A. Windows color (decimal): -16699018 or 7745793. OLE color: 7745793.

HSL color Cylindrical-coordinate representation of color #013176: hue angle of 215.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013176 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 49 118 -
CMYK 0.99 0.58 0 0.54
HSL 215.38º 0.98% 0.23% -
HSV(B) 215.38º 0.99% 0.46% -
XYZ 4.38 3.51 17.59 -
YUV 42.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 1 49 118 0.99 0.58 0 0.54 215.38 0.98 0.23
Hex 1 31 76 63 3A 0 36 D7 62 17
Octal 1 61 166 143 72 0 66 327 142 27
Binary 1 110001 1110110 1100011 111010 0 110110 11010111 1100010 10111

Color Harmonies of #013176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013176

Black with #013176

Text Example


Text Example

White with #013176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013176; }

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

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

background-color css

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

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

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

border-color css

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

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

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