#01284A

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

Shades of Prussian Blue #01284A

Tints of Prussian Blue #01284A

Color information

#01284A (or 0x01284A) is unknown color: approx Prussian Blue. HEX triplet: 01, 28 and 4A. RGB value is (1,40,74). Sum of RGB (Red+Green+Blue) = 1+40+74=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #01284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01284A is #FED7B5. Grayscale: #202020. Windows color (decimal): -16701366 or 4859905. OLE color: 4859905.

HSL color Cylindrical-coordinate representation of color #01284A: hue angle of 207.95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01284A is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB14074-
CMYK0.990.4600.71
HSL207.95º97.33%14.71%-
HSV(B)207.95º98.65%29.02%-
XYZ2.012.026.76-
YUV32.21151.58105.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 74 (29.30% from 255) = 64.35%
R=0.87%
G=34.78%
B=64.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal140740.990.4600.71207.9597.3314.71
Hex1284A632E047d061f
Octal15011214356010732014117
Binary110100010010101100011101110010001111101000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01284A; }

 p { color: rgb(1,40,74); }

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

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

 a { background-color: rgb(1,40,74); }

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

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

 span { border-color: rgb(1,40,74); }

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