Html Css Color HEX #01376E Prussian Blue

📋 copy color: '#01376E'

red 1 ◦ green 55 ◦ blue 110

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

Shades of Prussian Blue #01376E

Tints of Prussian Blue #01376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 66.27%

R = 0.6%
G = 33.13%
B = 66.27%

CMYK

 C value IS 0.99

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01376E (or 0x01376E) is known color: Prussian Blue. HEX triplet: 01, 37 and 6E. RGB value is (1,55,110). Sum of RGB (Red+Green+Blue) = 1+55+110=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #01376E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01376E is #FEC891. Grayscale: #2C2C2C. Windows color (decimal): -16697490 or 7223041. OLE color: 7223041.

HSL color Cylindrical-coordinate representation of color #01376E: hue angle of 210.28º 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 #01376E is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 55 110 -
CMYK 0.99 0.5 0 0.57
HSL 210.28º 0.98% 0.22% -
HSV(B) 210.28º 0.99% 0.43% -
XYZ 4.19 3.86 15.28 -
YUV 45.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 1 55 110 0.99 0.5 0 0.57 210.28 0.98 0.22
Hex 1 37 6E 63 32 0 39 D2 62 16
Octal 1 67 156 143 62 0 71 322 142 26
Binary 1 110111 1101110 1100011 110010 0 111001 11010010 1100010 10110

Color Harmonies of #01376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01376E

Black with #01376E

Text Example


Text Example

White with #01376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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