Html Css Color HEX #013872 Prussian Blue

📋 copy color: '#013872'

red 1 ◦ green 56 ◦ blue 114

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

Shades of Prussian Blue #013872

Tints of Prussian Blue #013872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.75%

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

R = 0.58%
G = 32.75%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013872 (or 0x013872) is known color: Prussian Blue. HEX triplet: 01, 38 and 72. RGB value is (1,56,114). Sum of RGB (Red+Green+Blue) = 1+56+114=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #013872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013872 is #FEC78D. Grayscale: #2D2D2D. Windows color (decimal): -16697230 or 7485441. OLE color: 7485441.

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

Color convert

RGB 1 56 114 -
CMYK 0.99 0.51 0 0.55
HSL 210.8º 0.98% 0.23% -
HSV(B) 210.8º 0.99% 0.45% -
XYZ 4.46 4.05 16.47 -
YUV 46.17 166.28 95.78 -
System Red Green Blue C M Y K H S L
Decimal 1 56 114 0.99 0.51 0 0.55 210.8 0.98 0.23
Hex 1 38 72 63 33 0 37 D3 62 17
Octal 1 70 162 143 63 0 67 323 142 27
Binary 1 111000 1110010 1100011 110011 0 110111 11010011 1100010 10111

Color Harmonies of #013872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013872

Black with #013872

Text Example


Text Example

White with #013872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013872; }

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

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

background-color css

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

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

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

border-color css

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

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

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