#012953

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

Shades of Prussian Blue #012953

Tints of Prussian Blue #012953

Color information

#012953 (or 0x012953) is unknown color: approx Prussian Blue. HEX triplet: 01, 29 and 53. RGB value is (1,41,83). Sum of RGB (Red+Green+Blue) = 1+41+83=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #012953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012953 is #FED6AC. Grayscale: #212121. Windows color (decimal): -16701101 or 5449985. OLE color: 5449985.

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

Color convert

RGB14183-
CMYK0.990.5100.67
HSL210.73º97.62%16.47%-
HSV(B)210.73º98.8%32.55%-
XYZ2.372.228.49-
YUV33.83155.75104.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 41 (16.41% from 255) = 32.8%
BLUE value IS 83 (32.81% from 255) = 66.4%
R=0.8%
G=32.8%
B=66.4%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal141830.990.5100.67210.7397.6216.47
Hex129536333043d36210
Octal15112314363010332314220
Binary1101001101001111000111100110100001111010011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012953; }

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

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

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

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

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

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

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

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