#01274F

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

Shades of Prussian Blue #01274F

Tints of Prussian Blue #01274F

Color information

#01274F (or 0x01274F) is unknown color: approx Prussian Blue. HEX triplet: 01, 27 and 4F. RGB value is (1,39,79). Sum of RGB (Red+Green+Blue) = 1+39+79=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #01274F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01274F is #FED8B0. Grayscale: #202020. Windows color (decimal): -16701617 or 5187329. OLE color: 5187329.

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

Color convert

RGB13979-
CMYK0.990.5100.69
HSL210.77º97.5%15.69%-
HSV(B)210.77º98.73%30.98%-
XYZ2.152.027.67-
YUV32.2154.41105.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 79 (31.25% from 255) = 66.39%
R=0.84%
G=32.77%
B=66.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal139790.990.5100.69210.7797.515.69
Hex1274F6333045d36210
Octal14711714363010532314220
Binary1100111100111111000111100110100010111010011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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