#01317B

Color #01317B Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #01317B

Tints of Prussian Blue #01317B

Color information

#01317B (or 0x01317B) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 7B. RGB value is (1,49,123). Sum of RGB (Red+Green+Blue) = 1+49+123=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #01317B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01317B is #FECE84. Grayscale: #2A2A2A. Windows color (decimal): -16699013 or 8073473. OLE color: 8073473.

HSL color Cylindrical-coordinate representation of color #01317B: hue angle of 216.39º 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 #01317B is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB149123-
CMYK0.990.6000.52
HSL216.39º98.39%24.31%-
HSV(B)216.39º99.19%48.24%-
XYZ4.693.6319.19-
YUV43.08173.197.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 123 (48.44% from 255) = 71.10%
R=0.58%
G=28.32%
B=71.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1491230.990.6000.52216.3998.3924.31
Hex1317B633C034d86218
Octal1611731437406433014230
Binary111000111110111100011111100011010011011000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01317B;
 }
 .AnyTagClassName
 {
   color: #01317B;
 }
</style>
background-color css

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

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

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

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

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

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