#01244E

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

Shades of Prussian Blue #01244E

Tints of Prussian Blue #01244E

Color information

#01244E (or 0x01244E) is unknown color: approx Prussian Blue. HEX triplet: 01, 24 and 4E. RGB value is (1,36,78). Sum of RGB (Red+Green+Blue) = 1+36+78=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #01244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01244E is #FEDBB1. Grayscale: #1E1E1E. Windows color (decimal): -16702386 or 5121025. OLE color: 5121025.

HSL color Cylindrical-coordinate representation of color #01244E: hue angle of 212.73º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01244E is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB13678-
CMYK0.990.5400.69
HSL212.73º97.47%15.49%-
HSV(B)212.73º98.72%30.59%-
XYZ2.021.827.45-
YUV30.32154.9107.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 78 (30.86% from 255) = 67.83%
R=0.87%
G=31.30%
B=67.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal136780.990.5400.69212.7397.4715.49
Hex1244E6336045d561f
Octal14411614366010532514117
Binary110010010011101100011110110010001011101010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,36,78); }

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

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

 a { background-color: rgb(1,36,78); }

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

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

 span { border-color: rgb(1,36,78); }

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