#013252

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

Shades of Prussian Blue #013252

Tints of Prussian Blue #013252

Color information

#013252 (or 0x013252) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 52. RGB value is (1,50,82). Sum of RGB (Red+Green+Blue) = 1+50+82=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #013252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013252 is #FECDAD. Grayscale: #262626. Windows color (decimal): -16698798 or 5386753. OLE color: 5386753.

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

Color convert

RGB15082-
CMYK0.990.3900.68
HSL203.7º97.59%16.27%-
HSV(B)203.7º98.78%32.16%-
XYZ2.682.98.4-
YUV39152.27100.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 82 (32.42% from 255) = 61.65%
R=0.75%
G=37.59%
B=61.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal150820.990.3900.68203.797.5916.27
Hex132526327044cc6210
Octal16212214347010431414220
Binary1110010101001011000111001110100010011001100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013252; }

 p { color: rgb(1,50,82); }

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

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

 a { background-color: rgb(1,50,82); }

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

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

 span { border-color: rgb(1,50,82); }

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