#01254F

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

Shades of Prussian Blue #01254F

Tints of Prussian Blue #01254F

Color information

#01254F (or 0x01254F) is unknown color: approx Prussian Blue. HEX triplet: 01, 25 and 4F. RGB value is (1,37,79). Sum of RGB (Red+Green+Blue) = 1+37+79=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #01254F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01254F is #FEDAB0. Grayscale: #1E1E1E. Windows color (decimal): -16702129 or 5186817. OLE color: 5186817.

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

Color convert

RGB13779-
CMYK0.990.5300.69
HSL212.31º97.5%15.69%-
HSV(B)212.31º98.73%30.98%-
XYZ2.091.897.65-
YUV31.02155.07106.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 79 (31.25% from 255) = 67.52%
R=0.85%
G=31.62%
B=67.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal137790.990.5300.69212.3197.515.69
Hex1254F6335045d46210
Octal14511714365010532414220
Binary1100101100111111000111101010100010111010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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