#012D5B

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

Shades of Prussian Blue #012D5B

Tints of Prussian Blue #012D5B

Color information

#012D5B (or 0x012D5B) is unknown color: approx Prussian Blue. HEX triplet: 01, 2D and 5B. RGB value is (1,45,91). Sum of RGB (Red+Green+Blue) = 1+45+91=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #012D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D5B is #FED2A4. Grayscale: #242424. Windows color (decimal): -16700069 or 5975297. OLE color: 5975297.

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

Color convert

RGB14591-
CMYK0.990.5100.64
HSL210.67º97.83%18.04%-
HSV(B)210.67º98.9%35.69%-
XYZ2.842.6410.26-
YUV37.09158.42102.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 45 (17.97% from 255) = 32.85%
BLUE value IS 91 (35.94% from 255) = 66.42%
R=0.73%
G=32.85%
B=66.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal145910.990.5100.64210.6797.8318.04
Hex12D5B6333040d36212
Octal15513314363010032314222
Binary1101101101101111000111100110100000011010011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,45,91); }

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

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

 a { background-color: rgb(1,45,91); }

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

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

 span { border-color: rgb(1,45,91); }

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