#01264A

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

Shades of Prussian Blue #01264A

Tints of Prussian Blue #01264A

Color information

#01264A (or 0x01264A) is unknown color: approx Prussian Blue. HEX triplet: 01, 26 and 4A. RGB value is (1,38,74). Sum of RGB (Red+Green+Blue) = 1+38+74=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #01264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01264A is #FED9B5. Grayscale: #1E1E1E. Windows color (decimal): -16701878 or 4859393. OLE color: 4859393.

HSL color Cylindrical-coordinate representation of color #01264A: hue angle of 209.59º 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 #01264A is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB13874-
CMYK0.990.4900.71
HSL209.59º97.33%14.71%-
HSV(B)209.59º98.65%29.02%-
XYZ1.941.896.74-
YUV31.04152.24106.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 74 (29.30% from 255) = 65.49%
R=0.88%
G=33.63%
B=65.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal138740.990.4900.71209.5997.3314.71
Hex1264A6331047d261f
Octal14611214361010732214117
Binary110011010010101100011110001010001111101001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01264A; }

 p { color: rgb(1,38,74); }

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

<style>
 a { background-color: #01264A; }

 a { background-color: rgb(1,38,74); }

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

<style>
 span { border-color: #01264A; }

 span { border-color: rgb(1,38,74); }

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