#01284F

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

Shades of Prussian Blue #01284F

Tints of Prussian Blue #01284F

Color information

#01284F (or 0x01284F) is unknown color: approx Prussian Blue. HEX triplet: 01, 28 and 4F. RGB value is (1,40,79). Sum of RGB (Red+Green+Blue) = 1+40+79=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #01284F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01284F is #FED7B0. Grayscale: #202020. Windows color (decimal): -16701361 or 5187585. OLE color: 5187585.

HSL color Cylindrical-coordinate representation of color #01284F: hue angle of 210º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01284F is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB14079-
CMYK0.990.4900.69
HSL210º97.5%15.69%-
HSV(B)210º98.73%30.98%-
XYZ2.182.097.69-
YUV32.78154.08105.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 79 (31.25% from 255) = 65.83%
R=0.83%
G=33.33%
B=65.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal140790.990.4900.6921097.515.69
Hex1284F6331045d26210
Octal15011714361010532214220
Binary1101000100111111000111100010100010111010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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