#01244F

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

Shades of Prussian Blue #01244F

Tints of Prussian Blue #01244F

Color information

#01244F (or 0x01244F) is unknown color: approx Prussian Blue. HEX triplet: 01, 24 and 4F. RGB value is (1,36,79). Sum of RGB (Red+Green+Blue) = 1+36+79=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #01244F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01244F is #FEDBB0. Grayscale: #1E1E1E. Windows color (decimal): -16702385 or 5186561. OLE color: 5186561.

HSL color Cylindrical-coordinate representation of color #01244F: hue angle of 213.08º 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 #01244F is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB13679-
CMYK0.990.5400.69
HSL213.08º97.5%15.69%-
HSV(B)213.08º98.73%30.98%-
XYZ2.051.837.64-
YUV30.44155.4107-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 79 (31.25% from 255) = 68.10%
R=0.86%
G=31.03%
B=68.10%

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
Decimal136790.990.5400.69213.0897.515.69
Hex1244F6336045d56210
Octal14411714366010532514220
Binary1100100100111111000111101100100010111010101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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