Html Css Color HEX #013971 Prussian Blue

📋 copy color: '#013971'

red 1 ◦ green 57 ◦ blue 113

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

Shades of Prussian Blue #013971

Tints of Prussian Blue #013971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.33%

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

R = 0.58%
G = 33.33%
B = 66.08%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#013971 (or 0x013971) is known color: Prussian Blue. HEX triplet: 01, 39 and 71. RGB value is (1,57,113). Sum of RGB (Red+Green+Blue) = 1+57+113=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #013971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013971 is #FEC68E. Grayscale: #2E2E2E. Windows color (decimal): -16696975 or 7420161. OLE color: 7420161.

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

Color convert

RGB 1 57 113 -
CMYK 0.99 0.50 0 0.56
HSL 210º 0.98% 0.22% -
HSV(B) 210º 0.99% 0.44% -
XYZ 4.46 4.12 16.18 -
YUV 46.64 165.45 95.45 -
System Red Green Blue C M Y K H S L
Decimal 1 57 113 0.99 0.50 0 0.56 210 0.98 0.22
Hex 1 39 71 63 32 0 38 D2 62 16
Octal 1 71 161 143 62 0 70 322 142 26
Binary 1 111001 1110001 1100011 110010 0 111000 11010010 1100010 10110

Color Harmonies of #013971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013971

Black with #013971

Text Example


Text Example

White with #013971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013971; }

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

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

background-color css

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

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

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

border-color css

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

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

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