Html Css Color HEX #013972 Prussian Blue

📋 copy color: '#013972'

red 1 ◦ green 57 ◦ blue 114

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

Shades of Prussian Blue #013972

Tints of Prussian Blue #013972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 66.28%

R = 0.58%
G = 33.14%
B = 66.28%

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

#013972 (or 0x013972) is known color: Prussian Blue. HEX triplet: 01, 39 and 72. RGB value is (1,57,114). Sum of RGB (Red+Green+Blue) = 1+57+114=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #013972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013972 is #FEC68D. Grayscale: #2E2E2E. Windows color (decimal): -16696974 or 7485697. OLE color: 7485697.

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

Color convert

RGB 1 57 114 -
CMYK 0.99 0.50 0 0.55
HSL 210.27º 0.98% 0.23% -
HSV(B) 210.27º 0.99% 0.45% -
XYZ 4.51 4.15 16.48 -
YUV 46.75 165.95 95.37 -
System Red Green Blue C M Y K H S L
Decimal 1 57 114 0.99 0.50 0 0.55 210.27 0.98 0.23
Hex 1 39 72 63 32 0 37 D2 62 17
Octal 1 71 162 143 62 0 67 322 142 27
Binary 1 111001 1110010 1100011 110010 0 110111 11010010 1100010 10111

Color Harmonies of #013972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013972

Black with #013972

Text Example


Text Example

White with #013972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013972; }

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

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

background-color css

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

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

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

border-color css

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

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

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