#012C62

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

Shades of Prussian Blue #012C62

Tints of Prussian Blue #012C62

Color information

#012C62 (or 0x012C62) is unknown color: approx Prussian Blue. HEX triplet: 01, 2C and 62. RGB value is (1,44,98). Sum of RGB (Red+Green+Blue) = 1+44+98=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #012C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C62 is #FED39D. Grayscale: #252525. Windows color (decimal): -16700318 or 6433793. OLE color: 6433793.

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

Color convert

RGB14498-
CMYK0.990.5500.62
HSL213.4º97.98%19.41%-
HSV(B)213.4º98.98%38.43%-
XYZ3.122.6911.91-
YUV37.3162.25102.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 98 (38.67% from 255) = 68.53%
R=0.70%
G=30.77%
B=68.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal144980.990.5500.62213.497.9819.41
Hex12C62633703Ed56213
Octal1541421436707632514223
Binary110110011000101100011110111011111011010101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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