#01345A

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

Shades of Prussian Blue #01345A

Tints of Prussian Blue #01345A

Color information

#01345A (or 0x01345A) is unknown color: approx Prussian Blue. HEX triplet: 01, 34 and 5A. RGB value is (1,52,90). Sum of RGB (Red+Green+Blue) = 1+52+90=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #01345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01345A is #FECBA5. Grayscale: #282828. Windows color (decimal): -16698278 or 5911553. OLE color: 5911553.

HSL color Cylindrical-coordinate representation of color #01345A: hue angle of 205.62º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01345A is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB15290-
CMYK0.990.4200.65
HSL205.62º97.8%17.84%-
HSV(B)205.62º98.89%35.29%-
XYZ3.093.210.13-
YUV41.08155.699.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 90 (35.55% from 255) = 62.94%
R=0.70%
G=36.36%
B=62.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal152900.990.4200.65205.6297.817.84
Hex1345A632A041ce6212
Octal16413214352010131614222
Binary1110100101101011000111010100100000111001110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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