#012952

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

Shades of Prussian Blue #012952

Tints of Prussian Blue #012952

Color information

#012952 (or 0x012952) is unknown color: approx Prussian Blue. HEX triplet: 01, 29 and 52. RGB value is (1,41,82). Sum of RGB (Red+Green+Blue) = 1+41+82=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #012952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012952 is #FED6AD. Grayscale: #212121. Windows color (decimal): -16701102 or 5384449. OLE color: 5384449.

HSL color Cylindrical-coordinate representation of color #012952: hue angle of 210.37º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012952 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB14182-
CMYK0.990.5000.68
HSL210.37º97.59%16.27%-
HSV(B)210.37º98.78%32.16%-
XYZ2.332.28.28-
YUV33.71155.25104.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 82 (32.42% from 255) = 66.13%
R=0.81%
G=33.06%
B=66.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal141820.990.5000.68210.3797.5916.27
Hex129526332044d26210
Octal15112214362010432214220
Binary1101001101001011000111100100100010011010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012952; }

 p { color: rgb(1,41,82); }

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

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

 a { background-color: rgb(1,41,82); }

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

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

 span { border-color: rgb(1,41,82); }

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