#013066

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

Shades of Prussian Blue #013066

Tints of Prussian Blue #013066

Color information

#013066 (or 0x013066) is unknown color: approx Prussian Blue. HEX triplet: 01, 30 and 66. RGB value is (1,48,102). Sum of RGB (Red+Green+Blue) = 1+48+102=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #013066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013066 is #FECF99. Grayscale: #272727. Windows color (decimal): -16699290 or 6696961. OLE color: 6696961.

HSL color Cylindrical-coordinate representation of color #013066: hue angle of 212.08º 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 #013066 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB148102-
CMYK0.990.5300.6
HSL212.08º98.06%20.2%-
HSV(B)212.08º99.02%40%-
XYZ3.473.0812.98-
YUV40.1162.93100.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 102 (40.23% from 255) = 67.55%
R=0.66%
G=31.79%
B=67.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1481020.990.5300.6212.0898.0620.2
Hex13066633503Cd46214
Octal1601461436507432414224
Binary111000011001101100011110101011110011010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013066; }

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

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

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

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

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

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

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

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