Html Css Color HEX #01375F Prussian Blue

📋 copy color: '#01375F'

red 1 ◦ green 55 ◦ blue 95

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

Shades of Prussian Blue #01375F

Tints of Prussian Blue #01375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 62.91%

R = 0.66%
G = 36.42%
B = 62.91%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01375F (or 0x01375F) is known color: Prussian Blue. HEX triplet: 01, 37 and 5F. RGB value is (1,55,95). Sum of RGB (Red+Green+Blue) = 1+55+95=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #01375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01375F is #FEC8A0. Grayscale: #2B2B2B. Windows color (decimal): -16697505 or 6240001. OLE color: 6240001.

HSL color Cylindrical-coordinate representation of color #01375F: hue angle of 205.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01375F is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 55 95 -
CMYK 0.99 0.42 0 0.63
HSL 205.53º 0.98% 0.19% -
HSV(B) 205.53º 0.99% 0.37% -
XYZ 3.44 3.57 11.33 -
YUV 43.41 157.11 97.75 -
System Red Green Blue C M Y K H S L
Decimal 1 55 95 0.99 0.42 0 0.63 205.53 0.98 0.19
Hex 1 37 5F 63 2A 0 3F CE 62 13
Octal 1 67 137 143 52 0 77 316 142 23
Binary 1 110111 1011111 1100011 101010 0 111111 11001110 1100010 10011

Color Harmonies of #01375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01375F

Black with #01375F

Text Example


Text Example

White with #01375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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