Html Css Color HEX #013673 Prussian Blue

📋 copy color: '#013673'

red 1 ◦ green 54 ◦ blue 115

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

Shades of Prussian Blue #013673

Tints of Prussian Blue #013673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.76%

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

R = 0.59%
G = 31.76%
B = 67.65%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013673 (or 0x013673) is known color: Prussian Blue. HEX triplet: 01, 36 and 73. RGB value is (1,54,115). Sum of RGB (Red+Green+Blue) = 1+54+115=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #013673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013673 is #FEC98C. Grayscale: #2C2C2C. Windows color (decimal): -16697741 or 7550465. OLE color: 7550465.

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

Color convert

RGB 1 54 115 -
CMYK 0.99 0.53 0 0.55
HSL 212.11º 0.98% 0.23% -
HSV(B) 212.11º 0.99% 0.45% -
XYZ 4.43 3.88 16.74 -
YUV 45.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 1 54 115 0.99 0.53 0 0.55 212.11 0.98 0.23
Hex 1 36 73 63 35 0 37 D4 62 17
Octal 1 66 163 143 65 0 67 324 142 27
Binary 1 110110 1110011 1100011 110101 0 110111 11010100 1100010 10111

Color Harmonies of #013673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013673

Black with #013673

Text Example


Text Example

White with #013673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013673; }

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

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

background-color css

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

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

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

border-color css

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

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

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