Html Css Color HEX #013973 Prussian Blue

📋 copy color: '#013973'

red 1 ◦ green 57 ◦ blue 115

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

Shades of Prussian Blue #013973

Tints of Prussian Blue #013973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.95%

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

R = 0.58%
G = 32.95%
B = 66.47%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013973 (or 0x013973) is known color: Prussian Blue. HEX triplet: 01, 39 and 73. RGB value is (1,57,115). Sum of RGB (Red+Green+Blue) = 1+57+115=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #013973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013973 is #FEC68C. Grayscale: #2E2E2E. Windows color (decimal): -16696973 or 7551233. OLE color: 7551233.

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

Color convert

RGB 1 57 115 -
CMYK 0.99 0.50 0 0.55
HSL 210.53º 0.98% 0.23% -
HSV(B) 210.53º 0.99% 0.45% -
XYZ 4.57 4.17 16.78 -
YUV 46.87 166.45 95.28 -
System Red Green Blue C M Y K H S L
Decimal 1 57 115 0.99 0.50 0 0.55 210.53 0.98 0.23
Hex 1 39 73 63 32 0 37 D3 62 17
Octal 1 71 163 143 62 0 67 323 142 27
Binary 1 111001 1110011 1100011 110010 0 110111 11010011 1100010 10111

Color Harmonies of #013973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013973

Black with #013973

Text Example


Text Example

White with #013973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013973; }

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

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

background-color css

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

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

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

border-color css

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

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

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