Html Css Color HEX #013772 Prussian Blue

📋 copy color: '#013772'

red 1 ◦ green 55 ◦ blue 114

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

Shades of Prussian Blue #013772

Tints of Prussian Blue #013772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.35%

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

R = 0.59%
G = 32.35%
B = 67.06%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013772 (or 0x013772) is known color: Prussian Blue. HEX triplet: 01, 37 and 72. RGB value is (1,55,114). Sum of RGB (Red+Green+Blue) = 1+55+114=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #013772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013772 is #FEC88D. Grayscale: #2D2D2D. Windows color (decimal): -16697486 or 7485185. OLE color: 7485185.

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

Color convert

RGB 1 55 114 -
CMYK 0.99 0.52 0 0.55
HSL 211.33º 0.98% 0.23% -
HSV(B) 211.33º 0.99% 0.45% -
XYZ 4.42 3.95 16.45 -
YUV 45.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 1 55 114 0.99 0.52 0 0.55 211.33 0.98 0.23
Hex 1 37 72 63 34 0 37 D3 62 17
Octal 1 67 162 143 64 0 67 323 142 27
Binary 1 110111 1110010 1100011 110100 0 110111 11010011 1100010 10111

Color Harmonies of #013772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013772

Black with #013772

Text Example


Text Example

White with #013772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013772; }

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

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

background-color css

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

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

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

border-color css

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

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

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