Html Css Color HEX #013A61 Prussian Blue

📋 copy color: '#013A61'

red 1 ◦ green 58 ◦ blue 97

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

Shades of Prussian Blue #013A61

Tints of Prussian Blue #013A61

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.18%

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

R = 0.64%
G = 37.18%
B = 62.18%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013A61 (or 0x013A61) is known color: Prussian Blue. HEX triplet: 01, 3A and 61. RGB value is (1,58,97). Sum of RGB (Red+Green+Blue) = 1+58+97=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #013A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A61 is #FEC59E. Grayscale: #2D2D2D. Windows color (decimal): -16696735 or 6371841. OLE color: 6371841.

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

Color convert

RGB 1 58 97 -
CMYK 0.99 0.40 0 0.62
HSL 204.38º 0.98% 0.19% -
HSV(B) 204.38º 0.99% 0.38% -
XYZ 3.68 3.9 11.87 -
YUV 45.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 1 58 97 0.99 0.40 0 0.62 204.38 0.98 0.19
Hex 1 3A 61 63 28 0 3E CC 62 13
Octal 1 72 141 143 50 0 76 314 142 23
Binary 1 111010 1100001 1100011 101000 0 111110 11001100 1100010 10011

Color Harmonies of #013A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A61

Black with #013A61

Text Example


Text Example

White with #013A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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