#013354

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

Shades of Prussian Blue #013354

Tints of Prussian Blue #013354

Color information

#013354 (or 0x013354) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 54. RGB value is (1,51,84). Sum of RGB (Red+Green+Blue) = 1+51+84=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #013354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013354 is #FECCAB. Grayscale: #272727. Windows color (decimal): -16698540 or 5518081. OLE color: 5518081.

HSL color Cylindrical-coordinate representation of color #013354: hue angle of 203.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013354 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB15184-
CMYK0.990.3900.67
HSL203.86º97.65%16.67%-
HSV(B)203.86º98.81%32.94%-
XYZ2.83.018.82-
YUV39.81152.94100.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 84 (33.20% from 255) = 61.76%
R=0.74%
G=37.5%
B=61.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal151840.990.3900.67203.8697.6516.67
Hex133546327043cc6211
Octal16312414347010331414221
Binary1110011101010011000111001110100001111001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013354; }

 p { color: rgb(1,51,84); }

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

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

 a { background-color: rgb(1,51,84); }

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

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

 span { border-color: rgb(1,51,84); }

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