#013057

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

Shades of Prussian Blue #013057

Tints of Prussian Blue #013057

Color information

#013057 (or 0x013057) is unknown color: approx Prussian Blue. HEX triplet: 01, 30 and 57. RGB value is (1,48,87). Sum of RGB (Red+Green+Blue) = 1+48+87=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #013057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013057 is #FECFA8. Grayscale: #262626. Windows color (decimal): -16699305 or 5713921. OLE color: 5713921.

HSL color Cylindrical-coordinate representation of color #013057: hue angle of 207.21º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013057 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB14887-
CMYK0.990.4500.66
HSL207.21º97.73%17.25%-
HSV(B)207.21º98.85%34.12%-
XYZ2.792.819.41-
YUV38.39155.43101.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 87 (34.38% from 255) = 63.97%
R=0.74%
G=35.29%
B=63.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal148870.990.4500.66207.2197.7317.25
Hex13057632D042cf6211
Octal16012714355010231714221
Binary1110000101011111000111011010100001011001111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013057; }

 p { color: rgb(1,48,87); }

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

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

 a { background-color: rgb(1,48,87); }

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

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

 span { border-color: rgb(1,48,87); }

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