Html Css Color HEX #013573 Prussian Blue

📋 copy color: '#013573'

red 1 ◦ green 53 ◦ blue 115

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

Shades of Prussian Blue #013573

Tints of Prussian Blue #013573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.36%

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

R = 0.59%
G = 31.36%
B = 68.05%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013573 (or 0x013573) is known color: Prussian Blue. HEX triplet: 01, 35 and 73. RGB value is (1,53,115). Sum of RGB (Red+Green+Blue) = 1+53+115=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #013573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013573 is #FECA8C. Grayscale: #2C2C2C. Windows color (decimal): -16697997 or 7550209. OLE color: 7550209.

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

Color convert

RGB 1 53 115 -
CMYK 0.99 0.54 0 0.55
HSL 212.63º 0.98% 0.23% -
HSV(B) 212.63º 0.99% 0.45% -
XYZ 4.38 3.79 16.72 -
YUV 44.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 1 53 115 0.99 0.54 0 0.55 212.63 0.98 0.23
Hex 1 35 73 63 36 0 37 D5 62 17
Octal 1 65 163 143 66 0 67 325 142 27
Binary 1 110101 1110011 1100011 110110 0 110111 11010101 1100010 10111

Color Harmonies of #013573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013573

Black with #013573

Text Example


Text Example

White with #013573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013573; }

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

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

background-color css

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

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

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

border-color css

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

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

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