#012B65

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

Shades of Prussian Blue #012B65

Tints of Prussian Blue #012B65

Color information

#012B65 (or 0x012B65) is unknown color: approx Prussian Blue. HEX triplet: 01, 2B and 65. RGB value is (1,43,101). Sum of RGB (Red+Green+Blue) = 1+43+101=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #012B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B65 is #FED49A. Grayscale: #242424. Windows color (decimal): -16700571 or 6630145. OLE color: 6630145.

HSL color Cylindrical-coordinate representation of color #012B65: hue angle of 214.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012B65 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB143101-
CMYK0.990.5700.60
HSL214.8º98.04%20%-
HSV(B)214.8º99.01%39.61%-
XYZ3.232.6712.66-
YUV37.05164.09102.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 43 (17.19% from 255) = 29.66%
BLUE value IS 101 (39.84% from 255) = 69.66%
R=0.69%
G=29.66%
B=69.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1431010.990.5700.60214.898.0420
Hex12B65633903Cd76214
Octal1531451437107432714224
Binary110101111001011100011111001011110011010111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,43,101); }

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

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

 a { background-color: rgb(1,43,101); }

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

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

 span { border-color: rgb(1,43,101); }

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