#013373

Color #013373 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #013373

Tints of Prussian Blue #013373

Color information

#013373 (or 0x013373) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 73. RGB value is (1,51,115). Sum of RGB (Red+Green+Blue) = 1+51+115=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #013373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013373 is #FECC8C. Grayscale: #2B2B2B. Windows color (decimal): -16698509 or 7549697. OLE color: 7549697.

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

Color convert

RGB151115-
CMYK0.990.5600.55
HSL213.68º98.28%22.75%-
HSV(B)213.68º99.13%45.1%-
XYZ4.293.6116.69-
YUV43.35168.4497.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 115 (45.31% from 255) = 68.86%
R=0.60%
G=30.54%
B=68.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1511150.990.5600.55213.6898.2822.75
Hex133736338037d66217
Octal1631631437006732614227
Binary111001111100111100011111000011011111010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013373; }

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

 H1.HeaderClassName
 {
   color: #013373;
 }
 .AnyTagClassName
 {
   color: #013373;
 }
</style>
background-color css

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

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

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

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

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

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