#01254C

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

Shades of Prussian Blue #01254C

Tints of Prussian Blue #01254C

Color information

#01254C (or 0x01254C) is unknown color: approx Prussian Blue. HEX triplet: 01, 25 and 4C. RGB value is (1,37,76). Sum of RGB (Red+Green+Blue) = 1+37+76=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 76 (30.08% from 255 or 66.67% from 114); Max value from RGB is 76 - color contains mainly: blue. Hex color #01254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01254C is #FEDAB3. Grayscale: #1E1E1E. Windows color (decimal): -16702132 or 4990209. OLE color: 4990209.

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

Color convert

RGB13776-
CMYK0.990.5100.70
HSL211.2º97.4%15.1%-
HSV(B)211.2º98.68%29.8%-
XYZ1.981.857.09-
YUV30.68153.57106.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 76 (30.08% from 255) = 66.67%
R=0.88%
G=32.46%
B=66.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal137760.990.5100.70211.297.415.1
Hex1254C6333046d361f
Octal14511414363010632314117
Binary110010110011001100011110011010001101101001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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