#013962

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

Shades of Prussian Blue #013962

Tints of Prussian Blue #013962

Color information

#013962 (or 0x013962) is unknown color: approx Prussian Blue. HEX triplet: 01, 39 and 62. RGB value is (1,57,98). Sum of RGB (Red+Green+Blue) = 1+57+98=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #013962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013962 is #FEC69D. Grayscale: #2C2C2C. Windows color (decimal): -16696990 or 6437121. OLE color: 6437121.

HSL color Cylindrical-coordinate representation of color #013962: hue angle of 205.36º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013962 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB15798-
CMYK0.990.4200.62
HSL205.36º97.98%19.41%-
HSV(B)205.36º98.98%38.43%-
XYZ3.683.8112.1-
YUV44.93157.9596.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 98 (38.67% from 255) = 62.82%
R=0.64%
G=36.54%
B=62.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal157980.990.4200.62205.3697.9819.41
Hex13962632A03Ecd6213
Octal1711421435207631514223
Binary111100111000101100011101010011111011001101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013962; }

 p { color: rgb(1,57,98); }

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

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

 a { background-color: rgb(1,57,98); }

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

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

 span { border-color: rgb(1,57,98); }

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