Html Css Color HEX #01376D Prussian Blue

📋 copy color: '#01376D'

red 1 ◦ green 55 ◦ blue 109

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

Shades of Prussian Blue #01376D

Tints of Prussian Blue #01376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 66.06%

R = 0.61%
G = 33.33%
B = 66.06%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01376D (or 0x01376D) is known color: Prussian Blue. HEX triplet: 01, 37 and 6D. RGB value is (1,55,109). Sum of RGB (Red+Green+Blue) = 1+55+109=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #01376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01376D is #FEC892. Grayscale: #2C2C2C. Windows color (decimal): -16697491 or 7157505. OLE color: 7157505.

HSL color Cylindrical-coordinate representation of color #01376D: hue angle of 210º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01376D is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 55 109 -
CMYK 0.99 0.50 0 0.57
HSL 210º 0.98% 0.22% -
HSV(B) 210º 0.99% 0.43% -
XYZ 4.14 3.84 14.99 -
YUV 45.01 164.11 96.61 -
System Red Green Blue C M Y K H S L
Decimal 1 55 109 0.99 0.50 0 0.57 210 0.98 0.22
Hex 1 37 6D 63 32 0 39 D2 62 16
Octal 1 67 155 143 62 0 71 322 142 26
Binary 1 110111 1101101 1100011 110010 0 111001 11010010 1100010 10110

Color Harmonies of #01376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01376D

Black with #01376D

Text Example


Text Example

White with #01376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01376D; }

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

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

background-color css

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

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

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

border-color css

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

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

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