#013768

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

Shades of Prussian Blue #013768

Tints of Prussian Blue #013768

Color information

#013768 (or 0x013768) is unknown color: approx Prussian Blue. HEX triplet: 01, 37 and 68. RGB value is (1,55,104). Sum of RGB (Red+Green+Blue) = 1+55+104=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #013768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013768 is #FEC897. Grayscale: #2C2C2C. Windows color (decimal): -16697496 or 6829825. OLE color: 6829825.

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

Color convert

RGB155104-
CMYK0.990.4700.59
HSL208.54º98.1%20.59%-
HSV(B)208.54º99.04%40.78%-
XYZ3.883.7413.61-
YUV44.44161.6197.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 104 (41.02% from 255) = 65%
R=0.62%
G=34.38%
B=65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1551040.990.4700.59208.5498.120.59
Hex13768632F03Bd16215
Octal1671501435707332114225
Binary111011111010001100011101111011101111010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013768; }

 p { color: rgb(1,55,104); }

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

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

 a { background-color: rgb(1,55,104); }

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

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

 span { border-color: rgb(1,55,104); }

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