Html Css Color HEX #013E71 Prussian Blue

📋 copy color: '#013E71'

red 1 ◦ green 62 ◦ blue 113

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

Shades of Prussian Blue #013E71

Tints of Prussian Blue #013E71

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.23%

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

R = 0.57%
G = 35.23%
B = 64.2%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#013E71 (or 0x013E71) is known color: Prussian Blue. HEX triplet: 01, 3E and 71. RGB value is (1,62,113). Sum of RGB (Red+Green+Blue) = 1+62+113=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #013E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E71 is #FEC18E. Grayscale: #313131. Windows color (decimal): -16695695 or 7421441. OLE color: 7421441.

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

Color convert

RGB 1 62 113 -
CMYK 0.99 0.45 0 0.56
HSL 207.32º 0.98% 0.22% -
HSV(B) 207.32º 0.99% 0.44% -
XYZ 4.72 4.64 16.27 -
YUV 49.58 163.79 93.35 -
System Red Green Blue C M Y K H S L
Decimal 1 62 113 0.99 0.45 0 0.56 207.32 0.98 0.22
Hex 1 3E 71 63 2D 0 38 CF 62 16
Octal 1 76 161 143 55 0 70 317 142 26
Binary 1 111110 1110001 1100011 101101 0 111000 11001111 1100010 10110

Color Harmonies of #013E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E71

Black with #013E71

Text Example


Text Example

White with #013E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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