Html Css Color HEX #013773 Prussian Blue

📋 copy color: '#013773'

red 1 ◦ green 55 ◦ blue 115

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

Shades of Prussian Blue #013773

Tints of Prussian Blue #013773

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.16%

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

R = 0.58%
G = 32.16%
B = 67.25%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013773 (or 0x013773) is known color: Prussian Blue. HEX triplet: 01, 37 and 73. RGB value is (1,55,115). Sum of RGB (Red+Green+Blue) = 1+55+115=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #013773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013773 is #FEC88C. Grayscale: #2D2D2D. Windows color (decimal): -16697485 or 7550721. OLE color: 7550721.

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

Color convert

RGB 1 55 115 -
CMYK 0.99 0.52 0 0.55
HSL 211.58º 0.98% 0.23% -
HSV(B) 211.58º 0.99% 0.45% -
XYZ 4.47 3.98 16.75 -
YUV 45.69 167.11 96.12 -
System Red Green Blue C M Y K H S L
Decimal 1 55 115 0.99 0.52 0 0.55 211.58 0.98 0.23
Hex 1 37 73 63 34 0 37 D4 62 17
Octal 1 67 163 143 64 0 67 324 142 27
Binary 1 110111 1110011 1100011 110100 0 110111 11010100 1100010 10111

Color Harmonies of #013773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013773

Black with #013773

Text Example


Text Example

White with #013773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013773; }

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

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

background-color css

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

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

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

border-color css

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

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

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