#012F5B

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

Shades of Prussian Blue #012F5B

Tints of Prussian Blue #012F5B

Color information

#012F5B (or 0x012F5B) is unknown color: approx Prussian Blue. HEX triplet: 01, 2F and 5B. RGB value is (1,47,91). Sum of RGB (Red+Green+Blue) = 1+47+91=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #012F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F5B is #FED0A4. Grayscale: #262626. Windows color (decimal): -16699557 or 5975809. OLE color: 5975809.

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

Color convert

RGB14791-
CMYK0.990.4800.64
HSL209.33º97.83%18.04%-
HSV(B)209.33º98.9%35.69%-
XYZ2.922.7910.28-
YUV38.26157.76101.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 91 (35.94% from 255) = 65.47%
R=0.72%
G=33.81%
B=65.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal147910.990.4800.64209.3397.8318.04
Hex12F5B6330040d16212
Octal15713314360010032114222
Binary1101111101101111000111100000100000011010001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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