Html Css Color HEX #01315D Prussian Blue

📋 copy color: '#01315D'

red 1 ◦ green 49 ◦ blue 93

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

Shades of Prussian Blue #01315D

Tints of Prussian Blue #01315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.27%

 BLUE value IS 93 (36.72% from 255) = 65.03%

R = 0.7%
G = 34.27%
B = 65.03%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01315D (or 0x01315D) is known color: Prussian Blue. HEX triplet: 01, 31 and 5D. RGB value is (1,49,93). Sum of RGB (Red+Green+Blue) = 1+49+93=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #01315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01315D is #FECEA2. Grayscale: #272727. Windows color (decimal): -16699043 or 6107393. OLE color: 6107393.

HSL color Cylindrical-coordinate representation of color #01315D: hue angle of 208.7º 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 #01315D is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 49 93 -
CMYK 0.99 0.47 0 0.64
HSL 208.7º 0.98% 0.18% -
HSV(B) 208.7º 0.99% 0.36% -
XYZ 3.09 2.99 10.77 -
YUV 39.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 1 49 93 0.99 0.47 0 0.64 208.7 0.98 0.18
Hex 1 31 5D 63 2F 0 40 D1 62 12
Octal 1 61 135 143 57 0 100 321 142 22
Binary 1 110001 1011101 1100011 101111 0 1000000 11010001 1100010 10010

Color Harmonies of #01315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01315D

Black with #01315D

Text Example


Text Example

White with #01315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,49,93); }

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

background-color css

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

 a { background-color: rgb(1,49,93); }

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

border-color css

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

 span { border-color: rgb(1,49,93); }

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