#012748

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

Shades of Prussian Blue #012748

Tints of Prussian Blue #012748

Color information

#012748 (or 0x012748) is unknown color: approx Prussian Blue. HEX triplet: 01, 27 and 48. RGB value is (1,39,72). Sum of RGB (Red+Green+Blue) = 1+39+72=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #012748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012748 is #FED8B7. Grayscale: #1F1F1F. Windows color (decimal): -16701624 or 4728577. OLE color: 4728577.

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

Color convert

RGB13972-
CMYK0.990.4600.72
HSL207.89º97.26%14.31%-
HSV(B)207.89º98.61%28.24%-
XYZ1.911.936.4-
YUV31.4150.91106.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 72 (28.52% from 255) = 64.29%
R=0.89%
G=34.82%
B=64.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal139720.990.4600.72207.8997.2614.31
Hex12748632E048d061e
Octal14711014356011032014116
Binary110011110010001100011101110010010001101000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012748; }

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

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

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

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

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

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

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

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