#013451

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

Shades of Prussian Blue #013451

Tints of Prussian Blue #013451

Color information

#013451 (or 0x013451) is unknown color: approx Prussian Blue. HEX triplet: 01, 34 and 51. RGB value is (1,52,81). Sum of RGB (Red+Green+Blue) = 1+52+81=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #013451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013451 is #FECBAE. Grayscale: #272727. Windows color (decimal): -16698287 or 5321729. OLE color: 5321729.

HSL color Cylindrical-coordinate representation of color #013451: hue angle of 201.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013451 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB15281-
CMYK0.990.3600.68
HSL201.75º97.56%16.08%-
HSV(B)201.75º98.77%31.76%-
XYZ2.733.068.23-
YUV40.06151.1100.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 81 (32.03% from 255) = 60.45%
R=0.75%
G=38.81%
B=60.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal152810.990.3600.68201.7597.5616.08
Hex134516324044ca6210
Octal16412114344010431214220
Binary1110100101000111000111001000100010011001010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013451; }

 p { color: rgb(1,52,81); }

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

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

 a { background-color: rgb(1,52,81); }

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

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

 span { border-color: rgb(1,52,81); }

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