#012C68

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

Shades of Prussian Blue #012C68

Tints of Prussian Blue #012C68

Color information

#012C68 (or 0x012C68) is unknown color: approx Prussian Blue. HEX triplet: 01, 2C and 68. RGB value is (1,44,104). Sum of RGB (Red+Green+Blue) = 1+44+104=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #012C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C68 is #FED397. Grayscale: #252525. Windows color (decimal): -16700312 or 6827009. OLE color: 6827009.

HSL color Cylindrical-coordinate representation of color #012C68: hue angle of 214.95º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C68 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB144104-
CMYK0.990.5800.59
HSL214.95º98.1%20.59%-
HSV(B)214.95º99.04%40.78%-
XYZ3.412.8113.46-
YUV37.98165.25101.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 104 (41.02% from 255) = 69.80%
R=0.67%
G=29.53%
B=69.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1441040.990.5800.59214.9598.120.59
Hex12C68633A03Bd76215
Octal1541501437207332714225
Binary110110011010001100011111010011101111010111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,44,104); }

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

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

 a { background-color: rgb(1,44,104); }

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

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

 span { border-color: rgb(1,44,104); }

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