#013360

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

Shades of Prussian Blue #013360

Tints of Prussian Blue #013360

Color information

#013360 (or 0x013360) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 60. RGB value is (1,51,96). Sum of RGB (Red+Green+Blue) = 1+51+96=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #013360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013360 is #FECC9F. Grayscale: #282828. Windows color (decimal): -16698528 or 6304513. OLE color: 6304513.

HSL color Cylindrical-coordinate representation of color #013360: hue angle of 208.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013360 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB15196-
CMYK0.990.4700.62
HSL208.42º97.94%19.02%-
HSV(B)208.42º98.96%37.65%-
XYZ3.313.2211.51-
YUV41.18158.9499.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 96 (37.89% from 255) = 64.86%
R=0.68%
G=34.46%
B=64.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal151960.990.4700.62208.4297.9419.02
Hex13360632F03Ed06213
Octal1631401435707632014223
Binary111001111000001100011101111011111011010000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013360; }

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

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

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

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

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

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

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

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