#012A5C

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

Shades of Prussian Blue #012A5C

Tints of Prussian Blue #012A5C

Color information

#012A5C (or 0x012A5C) is unknown color: approx Prussian Blue. HEX triplet: 01, 2A and 5C. RGB value is (1,42,92). Sum of RGB (Red+Green+Blue) = 1+42+92=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #012A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A5C is #FED5A3. Grayscale: #232323. Windows color (decimal): -16700836 or 6040065. OLE color: 6040065.

HSL color Cylindrical-coordinate representation of color #012A5C: hue angle of 212.97º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012A5C is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB14292-
CMYK0.990.5400.64
HSL212.97º97.85%18.24%-
HSV(B)212.97º98.91%36.08%-
XYZ2.772.4410.45-
YUV35.44159.92103.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 92 (36.33% from 255) = 68.15%
R=0.74%
G=31.11%
B=68.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal142920.990.5400.64212.9797.8518.24
Hex12A5C6336040d56212
Octal15213414366010032514222
Binary1101010101110011000111101100100000011010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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