Html Css Color HEX #013172 Prussian Blue

📋 copy color: '#013172'

red 1 ◦ green 49 ◦ blue 114

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

Shades of Prussian Blue #013172

Tints of Prussian Blue #013172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 69.51%

R = 0.61%
G = 29.88%
B = 69.51%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013172 (or 0x013172) is known color: Prussian Blue. HEX triplet: 01, 31 and 72. RGB value is (1,49,114). Sum of RGB (Red+Green+Blue) = 1+49+114=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #013172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013172 is #FECE8D. Grayscale: #292929. Windows color (decimal): -16699022 or 7483649. OLE color: 7483649.

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

Color convert

RGB 1 49 114 -
CMYK 0.99 0.57 0 0.55
HSL 214.51º 0.98% 0.23% -
HSV(B) 214.51º 0.99% 0.45% -
XYZ 4.15 3.42 16.36 -
YUV 42.06 168.6 98.71 -
System Red Green Blue C M Y K H S L
Decimal 1 49 114 0.99 0.57 0 0.55 214.51 0.98 0.23
Hex 1 31 72 63 39 0 37 D7 62 17
Octal 1 61 162 143 71 0 67 327 142 27
Binary 1 110001 1110010 1100011 111001 0 110111 11010111 1100010 10111

Color Harmonies of #013172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013172

Black with #013172

Text Example


Text Example

White with #013172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013172; }

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

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

background-color css

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

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

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

border-color css

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

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

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