#01405C

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

Shades of Prussian Blue #01405C

Tints of Prussian Blue #01405C

Color information

#01405C (or 0x01405C) is unknown color: approx Prussian Blue. HEX triplet: 01, 40 and 5C. RGB value is (1,64,92). Sum of RGB (Red+Green+Blue) = 1+64+92=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #01405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01405C is #FEBFA3. Grayscale: #303030. Windows color (decimal): -16695204 or 6045697. OLE color: 6045697.

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

Color convert

RGB16492-
CMYK0.990.3000.64
HSL198.46º97.85%18.24%-
HSV(B)198.46º98.91%36.08%-
XYZ3.784.4510.78-
YUV48.36152.6394.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 92 (36.33% from 255) = 58.60%
R=0.64%
G=40.76%
B=58.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal164920.990.3000.64198.4697.8518.24
Hex1405C631E040c66212
Octal110013414336010030614222
Binary1100000010111001100011111100100000011000110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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