#012548

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

Shades of Prussian Blue #012548

Tints of Prussian Blue #012548

Color information

#012548 (or 0x012548) is unknown color: approx Prussian Blue. HEX triplet: 01, 25 and 48. RGB value is (1,37,72). Sum of RGB (Red+Green+Blue) = 1+37+72=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #012548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012548 is #FEDAB7. Grayscale: #1E1E1E. Windows color (decimal): -16702136 or 4728065. OLE color: 4728065.

HSL color Cylindrical-coordinate representation of color #012548: hue angle of 209.58º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012548 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB13772-
CMYK0.990.4900.72
HSL209.58º97.26%14.31%-
HSV(B)209.58º98.61%28.24%-
XYZ1.841.86.38-
YUV30.23151.57107.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=0.91%
G=33.64%
B=65.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal137720.990.4900.72209.5897.2614.31
Hex125486331048d261e
Octal14511014361011032214116
Binary110010110010001100011110001010010001101001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012548; }

 p { color: rgb(1,37,72); }

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

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

 a { background-color: rgb(1,37,72); }

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

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

 span { border-color: rgb(1,37,72); }

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