#01314B

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

Shades of Prussian Blue #01314B

Tints of Prussian Blue #01314B

Color information

#01314B (or 0x01314B) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 4B. RGB value is (1,49,75). Sum of RGB (Red+Green+Blue) = 1+49+75=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #01314B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01314B is #FECEB4. Grayscale: #252525. Windows color (decimal): -16699061 or 4927745. OLE color: 4927745.

HSL color Cylindrical-coordinate representation of color #01314B: hue angle of 201.08º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01314B is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB14975-
CMYK0.990.3500.71
HSL201.08º97.37%14.9%-
HSV(B)201.08º98.67%29.41%-
XYZ2.382.717.05-
YUV37.61149.1101.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 75 (29.69% from 255) = 60%
R=0.8%
G=39.2%
B=60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal149750.990.3500.71201.0897.3714.9
Hex1314B6323047c961f
Octal16111314343010731114117
Binary111000110010111100011100011010001111100100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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