#013462

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

Shades of Prussian Blue #013462

Tints of Prussian Blue #013462

Color information

#013462 (or 0x013462) is unknown color: approx Prussian Blue. HEX triplet: 01, 34 and 62. RGB value is (1,52,98). Sum of RGB (Red+Green+Blue) = 1+52+98=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #013462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013462 is #FECB9D. Grayscale: #292929. Windows color (decimal): -16698270 or 6435841. OLE color: 6435841.

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

Color convert

RGB15298-
CMYK0.990.4700.62
HSL208.45º97.98%19.41%-
HSV(B)208.45º98.98%38.43%-
XYZ3.453.3412.02-
YUV42159.698.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 98 (38.67% from 255) = 64.90%
R=0.66%
G=34.44%
B=64.90%

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
Decimal152980.990.4700.62208.4597.9819.41
Hex13462632F03Ed06213
Octal1641421435707632014223
Binary111010011000101100011101111011111011010000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013462; }

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

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

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

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

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

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

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

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