#012A60

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

Shades of Prussian Blue #012A60

Tints of Prussian Blue #012A60

Color information

#012A60 (or 0x012A60) is unknown color: approx Prussian Blue. HEX triplet: 01, 2A and 60. RGB value is (1,42,96). Sum of RGB (Red+Green+Blue) = 1+42+96=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #012A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A60 is #FED59F. Grayscale: #232323. Windows color (decimal): -16700832 or 6302209. OLE color: 6302209.

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

Color convert

RGB14296-
CMYK0.990.5600.62
HSL214.11º97.94%19.02%-
HSV(B)214.11º98.96%37.65%-
XYZ2.952.5111.39-
YUV35.9161.92103.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 96 (37.89% from 255) = 69.06%
R=0.72%
G=30.22%
B=69.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal142960.990.5600.62214.1197.9419.02
Hex12A60633803Ed66213
Octal1521401437007632614223
Binary110101011000001100011111000011111011010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012A60; }

 p { color: rgb(1,42,96); }

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

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

 a { background-color: rgb(1,42,96); }

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

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

 span { border-color: rgb(1,42,96); }

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