#01244C

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

Shades of Prussian Blue #01244C

Tints of Prussian Blue #01244C

Color information

#01244C (or 0x01244C) is unknown color: approx Prussian Blue. HEX triplet: 01, 24 and 4C. RGB value is (1,36,76). Sum of RGB (Red+Green+Blue) = 1+36+76=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #01244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01244C is #FEDBB3. Grayscale: #1D1D1D. Windows color (decimal): -16702388 or 4989953. OLE color: 4989953.

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

Color convert

RGB13676-
CMYK0.990.5300.70
HSL212º97.4%15.1%-
HSV(B)212º98.68%29.8%-
XYZ1.951.797.08-
YUV30.1153.9107.25-

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.86%
BLUE value IS 76 (30.08% from 255) = 67.26%
R=0.88%
G=31.86%
B=67.26%

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
Decimal136760.990.5300.7021297.415.1
Hex1244C6335046d461f
Octal14411414365010632414117
Binary110010010011001100011110101010001101101010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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