#01244D

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

Shades of Prussian Blue #01244D

Tints of Prussian Blue #01244D

Color information

#01244D (or 0x01244D) is unknown color: approx Prussian Blue. HEX triplet: 01, 24 and 4D. RGB value is (1,36,77). Sum of RGB (Red+Green+Blue) = 1+36+77=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #01244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01244D is #FEDBB2. Grayscale: #1E1E1E. Windows color (decimal): -16702387 or 5055489. OLE color: 5055489.

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

Color convert

RGB13677-
CMYK0.990.5300.70
HSL212.37º97.44%15.29%-
HSV(B)212.37º98.7%30.2%-
XYZ1.981.87.26-
YUV30.21154.4107.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 36 (14.45% from 255) = 31.58%
BLUE value IS 77 (30.47% from 255) = 67.54%
R=0.88%
G=31.58%
B=67.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal136770.990.5300.70212.3797.4415.29
Hex1244D6335046d461f
Octal14411514365010632414117
Binary110010010011011100011110101010001101101010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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