#013269

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

Shades of Prussian Blue #013269

Tints of Prussian Blue #013269

Color information

#013269 (or 0x013269) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 69. RGB value is (1,50,105). Sum of RGB (Red+Green+Blue) = 1+50+105=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #013269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013269 is #FECD96. Grayscale: #292929. Windows color (decimal): -16698775 or 6894081. OLE color: 6894081.

HSL color Cylindrical-coordinate representation of color #013269: hue angle of 211.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013269 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB150105-
CMYK0.990.5200.59
HSL211.73º98.11%20.78%-
HSV(B)211.73º99.05%41.18%-
XYZ3.73.3113.81-
YUV41.62163.7799.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 105 (41.41% from 255) = 67.31%
R=0.64%
G=32.05%
B=67.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1501050.990.5200.59211.7398.1120.78
Hex13269633403Bd46215
Octal1621511436407332414225
Binary111001011010011100011110100011101111010100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013269; }

 p { color: rgb(1,50,105); }

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

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

 a { background-color: rgb(1,50,105); }

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

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

 span { border-color: rgb(1,50,105); }

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