#013072

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

Shades of Prussian Blue #013072

Tints of Prussian Blue #013072

Color information

#013072 (or 0x013072) is unknown color: approx Prussian Blue. HEX triplet: 01, 30 and 72. RGB value is (1,48,114). Sum of RGB (Red+Green+Blue) = 1+48+114=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #013072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013072 is #FECF8D. Grayscale: #292929. Windows color (decimal): -16699278 or 7483393. OLE color: 7483393.

HSL color Cylindrical-coordinate representation of color #013072: hue angle of 215.04º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013072 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB148114-
CMYK0.990.5800.55
HSL215.04º98.26%22.55%-
HSV(B)215.04º99.12%44.71%-
XYZ4.113.3416.35-
YUV41.47168.9399.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 114 (44.92% from 255) = 69.94%
R=0.61%
G=29.45%
B=69.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1481140.990.5800.55215.0498.2622.55
Hex13072633A037d76217
Octal1601621437206732714227
Binary111000011100101100011111010011011111010111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013072; }

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

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

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

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

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

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

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

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