Html Css Color HEX #013160 Prussian Blue

📋 copy color: '#013160'

red 1 ◦ green 49 ◦ blue 96

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

Shades of Prussian Blue #013160

Tints of Prussian Blue #013160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 65.75%

R = 0.68%
G = 33.56%
B = 65.75%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013160 (or 0x013160) is known color: Prussian Blue. HEX triplet: 01, 31 and 60. RGB value is (1,49,96). Sum of RGB (Red+Green+Blue) = 1+49+96=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #013160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013160 is #FECE9F. Grayscale: #272727. Windows color (decimal): -16699040 or 6304001. OLE color: 6304001.

HSL color Cylindrical-coordinate representation of color #013160: hue angle of 209.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013160 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 49 96 -
CMYK 0.99 0.49 0 0.62
HSL 209.68º 0.98% 0.19% -
HSV(B) 209.68º 0.99% 0.38% -
XYZ 3.22 3.05 11.48 -
YUV 40.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 1 49 96 0.99 0.49 0 0.62 209.68 0.98 0.19
Hex 1 31 60 63 31 0 3E D2 62 13
Octal 1 61 140 143 61 0 76 322 142 23
Binary 1 110001 1100000 1100011 110001 0 111110 11010010 1100010 10011

Color Harmonies of #013160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013160

Black with #013160

Text Example


Text Example

White with #013160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013160; }

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

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

background-color css

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

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

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

border-color css

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

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

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