#01435E

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

Shades of Prussian Blue #01435E

Tints of Prussian Blue #01435E

Color information

#01435E (or 0x01435E) is unknown color: approx Prussian Blue. HEX triplet: 01, 43 and 5E. RGB value is (1,67,94). Sum of RGB (Red+Green+Blue) = 1+67+94=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #01435E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01435E is #FEBCA1. Grayscale: #323232. Windows color (decimal): -16694434 or 6177537. OLE color: 6177537.

HSL color Cylindrical-coordinate representation of color #01435E: hue angle of 197.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01435E is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB16794-
CMYK0.990.2900.63
HSL197.42º97.89%18.63%-
HSV(B)197.42º98.94%36.86%-
XYZ4.044.8311.31-
YUV50.34152.6392.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 67 (26.56% from 255) = 41.36%
BLUE value IS 94 (37.11% from 255) = 58.02%
R=0.62%
G=41.36%
B=58.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal167940.990.2900.63197.4297.8918.63
Hex1435E631D03Fc56213
Octal11031361433507730514223
Binary110000111011110110001111101011111111000101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01435E; }

 p { color: rgb(1,67,94); }

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

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

 a { background-color: rgb(1,67,94); }

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

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

 span { border-color: rgb(1,67,94); }

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