#01274B

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

Shades of Prussian Blue #01274B

Tints of Prussian Blue #01274B

Color information

#01274B (or 0x01274B) is unknown color: approx Prussian Blue. HEX triplet: 01, 27 and 4B. RGB value is (1,39,75). Sum of RGB (Red+Green+Blue) = 1+39+75=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #01274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01274B is #FED8B4. Grayscale: #1F1F1F. Windows color (decimal): -16701621 or 4925185. OLE color: 4925185.

HSL color Cylindrical-coordinate representation of color #01274B: hue angle of 209.19º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01274B is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB13975-
CMYK0.990.4800.71
HSL209.19º97.37%14.9%-
HSV(B)209.19º98.67%29.41%-
XYZ2.011.976.93-
YUV31.74152.41106.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 75 (29.69% from 255) = 65.22%
R=0.87%
G=33.91%
B=65.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal139750.990.4800.71209.1997.3714.9
Hex1274B6330047d161f
Octal14711314360010732114117
Binary110011110010111100011110000010001111101000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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