#01295C

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

Shades of Prussian Blue #01295C

Tints of Prussian Blue #01295C

Color information

#01295C (or 0x01295C) is unknown color: approx Prussian Blue. HEX triplet: 01, 29 and 5C. RGB value is (1,41,92). Sum of RGB (Red+Green+Blue) = 1+41+92=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 92 (36.33% from 255 or 68.66% from 134); Max value from RGB is 92 - color contains mainly: blue. Hex color #01295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01295C is #FED6A3. Grayscale: #222222. Windows color (decimal): -16701092 or 6039809. OLE color: 6039809.

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

Color convert

RGB14192-
CMYK0.990.5500.64
HSL213.63º97.85%18.24%-
HSV(B)213.63º98.91%36.08%-
XYZ2.742.3710.44-
YUV34.85160.25103.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 92 (36.33% from 255) = 68.66%
R=0.75%
G=30.60%
B=68.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal141920.990.5500.64213.6397.8518.24
Hex1295C6337040d66212
Octal15113414367010032614222
Binary1101001101110011000111101110100000011010110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01295C; }

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

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

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

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

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

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

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

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