Html Css Color HEX #01375B Prussian Blue

📋 copy color: '#01375B'

red 1 ◦ green 55 ◦ blue 91

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

Shades of Prussian Blue #01375B

Tints of Prussian Blue #01375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 61.9%

R = 0.68%
G = 37.41%
B = 61.9%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01375B (or 0x01375B) is known color: Prussian Blue. HEX triplet: 01, 37 and 5B. RGB value is (1,55,91). Sum of RGB (Red+Green+Blue) = 1+55+91=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #01375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01375B is #FEC8A4. Grayscale: #2A2A2A. Windows color (decimal): -16697509 or 5977857. OLE color: 5977857.

HSL color Cylindrical-coordinate representation of color #01375B: hue angle of 204º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01375B is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 55 91 -
CMYK 0.99 0.40 0 0.64
HSL 204º 0.98% 0.18% -
HSV(B) 204º 0.99% 0.36% -
XYZ 3.27 3.49 10.4 -
YUV 42.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 1 55 91 0.99 0.40 0 0.64 204 0.98 0.18
Hex 1 37 5B 63 28 0 40 CC 62 12
Octal 1 67 133 143 50 0 100 314 142 22
Binary 1 110111 1011011 1100011 101000 0 1000000 11001100 1100010 10010

Color Harmonies of #01375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01375B

Black with #01375B

Text Example


Text Example

White with #01375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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