Html Css Color HEX #013177 Prussian Blue

📋 copy color: '#013177'

red 1 ◦ green 49 ◦ blue 119

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

Shades of Prussian Blue #013177

Tints of Prussian Blue #013177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 70.41%

R = 0.59%
G = 28.99%
B = 70.41%

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

#013177 (or 0x013177) is known color: Prussian Blue. HEX triplet: 01, 31 and 77. RGB value is (1,49,119). Sum of RGB (Red+Green+Blue) = 1+49+119=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #013177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013177 is #FECE88. Grayscale: #2A2A2A. Windows color (decimal): -16699017 or 7811329. OLE color: 7811329.

HSL color Cylindrical-coordinate representation of color #013177: hue angle of 215.59º 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 #013177 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 49 119 -
CMYK 0.99 0.59 0 0.53
HSL 215.59º 0.98% 0.24% -
HSV(B) 215.59º 0.99% 0.47% -
XYZ 4.44 3.53 17.9 -
YUV 42.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 1 49 119 0.99 0.59 0 0.53 215.59 0.98 0.24
Hex 1 31 77 63 3B 0 35 D8 62 18
Octal 1 61 167 143 73 0 65 330 142 30
Binary 1 110001 1110111 1100011 111011 0 110101 11011000 1100010 11000

Color Harmonies of #013177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013177

Black with #013177

Text Example


Text Example

White with #013177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013177; }

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

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

background-color css

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

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

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

border-color css

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

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

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