#013366

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

Shades of Prussian Blue #013366

Tints of Prussian Blue #013366

Color information

#013366 (or 0x013366) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 66. RGB value is (1,51,102). Sum of RGB (Red+Green+Blue) = 1+51+102=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #013366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013366 is #FECC99. Grayscale: #292929. Windows color (decimal): -16698522 or 6697729. OLE color: 6697729.

HSL color Cylindrical-coordinate representation of color #013366: hue angle of 210.3º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013366 is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB151102-
CMYK0.990.500.6
HSL210.3º98.06%20.2%-
HSV(B)210.3º99.02%40%-
XYZ3.593.3313.02-
YUV41.86161.9498.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 102 (40.23% from 255) = 66.23%
R=0.65%
G=33.12%
B=66.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1511020.990.500.6210.398.0620.2
Hex13366633203Cd26214
Octal1631461436207432214224
Binary111001111001101100011110010011110011010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013366; }

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

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

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

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

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

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

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

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