Html Css Color HEX #013A73 Prussian Blue

📋 copy color: '#013A73'

red 1 ◦ green 58 ◦ blue 115

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

Shades of Prussian Blue #013A73

Tints of Prussian Blue #013A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 0.57%
G = 33.33%
B = 66.09%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013A73 (or 0x013A73) is known color: Prussian Blue. HEX triplet: 01, 3A and 73. RGB value is (1,58,115). Sum of RGB (Red+Green+Blue) = 1+58+115=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #013A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A73 is #FEC58C. Grayscale: #2F2F2F. Windows color (decimal): -16696717 or 7551489. OLE color: 7551489.

HSL color Cylindrical-coordinate representation of color #013A73: hue angle of 210º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A73 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 58 115 -
CMYK 0.99 0.50 0 0.55
HSL 210º 0.98% 0.23% -
HSV(B) 210º 0.99% 0.45% -
XYZ 4.62 4.27 16.8 -
YUV 47.46 166.12 94.87 -
System Red Green Blue C M Y K H S L
Decimal 1 58 115 0.99 0.50 0 0.55 210 0.98 0.23
Hex 1 3A 73 63 32 0 37 D2 62 17
Octal 1 72 163 143 62 0 67 322 142 27
Binary 1 111010 1110011 1100011 110010 0 110111 11010010 1100010 10111

Color Harmonies of #013A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A73

Black with #013A73

Text Example


Text Example

White with #013A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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