Html Css Color HEX #013071 Prussian Blue

📋 copy color: '#013071'

red 1 ◦ green 48 ◦ blue 113

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

Shades of Prussian Blue #013071

Tints of Prussian Blue #013071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.63%

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

R = 0.62%
G = 29.63%
B = 69.75%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#013071 (or 0x013071) is known color: Prussian Blue. HEX triplet: 01, 30 and 71. RGB value is (1,48,113). Sum of RGB (Red+Green+Blue) = 1+48+113=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #013071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013071 is #FECF8E. Grayscale: #292929. Windows color (decimal): -16699279 or 7417857. OLE color: 7417857.

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

Color convert

RGB 1 48 113 -
CMYK 0.99 0.58 0 0.56
HSL 214.82º 0.98% 0.22% -
HSV(B) 214.82º 0.99% 0.44% -
XYZ 4.05 3.31 16.05 -
YUV 41.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 1 48 113 0.99 0.58 0 0.56 214.82 0.98 0.22
Hex 1 30 71 63 3A 0 38 D7 62 16
Octal 1 60 161 143 72 0 70 327 142 26
Binary 1 110000 1110001 1100011 111010 0 111000 11010111 1100010 10110

Color Harmonies of #013071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013071

Black with #013071

Text Example


Text Example

White with #013071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013071; }

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

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

background-color css

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

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

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

border-color css

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

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

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