Html Css Color HEX #01317A Prussian Blue

📋 copy color: '#01317A'

red 1 ◦ green 49 ◦ blue 122

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

Shades of Prussian Blue #01317A

Tints of Prussian Blue #01317A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 70.93%

R = 0.58%
G = 28.49%
B = 70.93%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01317A (or 0x01317A) is known color: Prussian Blue. HEX triplet: 01, 31 and 7A. RGB value is (1,49,122). Sum of RGB (Red+Green+Blue) = 1+49+122=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #01317A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01317A is #FECE85. Grayscale: #2A2A2A. Windows color (decimal): -16699014 or 8007937. OLE color: 8007937.

HSL color Cylindrical-coordinate representation of color #01317A: hue angle of 216.2º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01317A is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 49 122 -
CMYK 0.99 0.60 0 0.52
HSL 216.2º 0.98% 0.24% -
HSV(B) 216.2º 0.99% 0.48% -
XYZ 4.62 3.61 18.87 -
YUV 42.97 172.6 98.06 -
System Red Green Blue C M Y K H S L
Decimal 1 49 122 0.99 0.60 0 0.52 216.2 0.98 0.24
Hex 1 31 7A 63 3C 0 34 D8 62 18
Octal 1 61 172 143 74 0 64 330 142 30
Binary 1 110001 1111010 1100011 111100 0 110100 11011000 1100010 11000

Color Harmonies of #01317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01317A

Black with #01317A

Text Example


Text Example

White with #01317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01317A; }

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

 H1.HeaderClassName
 {
   color: #01317A;
 }
 .AnyTagClassName
 {
   color: #01317A;
 }
</style>

background-color css

<style>
 a { background-color: #01317A; }

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

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

border-color css

<style>
 span { border-color: #01317A; }

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

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