Html Css Color HEX #013E61 Prussian Blue

📋 copy color: '#013E61'

red 1 ◦ green 62 ◦ blue 97

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

Shades of Prussian Blue #013E61

Tints of Prussian Blue #013E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 60.63%

R = 0.63%
G = 38.75%
B = 60.63%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013E61 (or 0x013E61) is known color: Prussian Blue. HEX triplet: 01, 3E and 61. RGB value is (1,62,97). Sum of RGB (Red+Green+Blue) = 1+62+97=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #013E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E61 is #FEC19E. Grayscale: #2F2F2F. Windows color (decimal): -16695711 or 6372865. OLE color: 6372865.

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

Color convert

RGB 1 62 97 -
CMYK 0.99 0.36 0 0.62
HSL 201.88º 0.98% 0.19% -
HSV(B) 201.88º 0.99% 0.38% -
XYZ 3.89 4.31 11.94 -
YUV 47.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 1 62 97 0.99 0.36 0 0.62 201.88 0.98 0.19
Hex 1 3E 61 63 24 0 3E CA 62 13
Octal 1 76 141 143 44 0 76 312 142 23
Binary 1 111110 1100001 1100011 100100 0 111110 11001010 1100010 10011

Color Harmonies of #013E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E61

Black with #013E61

Text Example


Text Example

White with #013E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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