#01345B

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

Shades of Prussian Blue #01345B

Tints of Prussian Blue #01345B

Color information

#01345B (or 0x01345B) is unknown color: approx Prussian Blue. HEX triplet: 01, 34 and 5B. RGB value is (1,52,91). Sum of RGB (Red+Green+Blue) = 1+52+91=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #01345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01345B is #FECBA4. Grayscale: #282828. Windows color (decimal): -16698277 or 5977089. OLE color: 5977089.

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

Color convert

RGB15291-
CMYK0.990.4300.64
HSL206º97.83%18.04%-
HSV(B)206º98.9%35.69%-
XYZ3.133.2210.35-
YUV41.2156.199.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 91 (35.94% from 255) = 63.19%
R=0.69%
G=36.11%
B=63.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal152910.990.4300.6420697.8318.04
Hex1345B632B040ce6212
Octal16413314353010031614222
Binary1110100101101111000111010110100000011001110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,52,91); }

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

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

 a { background-color: rgb(1,52,91); }

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

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

 span { border-color: rgb(1,52,91); }

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