Html Css Color HEX #013373 Prussian Blue

📋 copy color: '#013373'

red 1 ◦ green 51 ◦ blue 115

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

Shades of Prussian Blue #013373

Tints of Prussian Blue #013373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.54%

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

R = 0.6%
G = 30.54%
B = 68.86%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013373 (or 0x013373) is known color: 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

RGB 1 51 115 -
CMYK 0.99 0.56 0 0.55
HSL 213.68º 0.98% 0.23% -
HSV(B) 213.68º 0.99% 0.45% -
XYZ 4.29 3.61 16.69 -
YUV 43.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 1 51 115 0.99 0.56 0 0.55 213.68 0.98 0.23
Hex 1 33 73 63 38 0 37 D6 62 17
Octal 1 63 163 143 70 0 67 326 142 27
Binary 1 110011 1110011 1100011 111000 0 110111 11010110 1100010 10111

Color Harmonies of #013373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013373

Black with #013373

Text Example


Text Example

White with #013373

Text Example


Text Example

HTML Codes & Css Web 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>