#013862

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

Shades of Prussian Blue #013862

Tints of Prussian Blue #013862

Color information

#013862 (or 0x013862) is unknown color: approx Prussian Blue. HEX triplet: 01, 38 and 62. RGB value is (1,56,98). Sum of RGB (Red+Green+Blue) = 1+56+98=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #013862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013862 is #FEC79D. Grayscale: #2C2C2C. Windows color (decimal): -16697246 or 6436865. OLE color: 6436865.

HSL color Cylindrical-coordinate representation of color #013862: hue angle of 205.98º 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 #013862 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB15698-
CMYK0.990.4300.62
HSL205.98º97.98%19.41%-
HSV(B)205.98º98.98%38.43%-
XYZ3.633.7212.08-
YUV44.34158.2897.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 56 (22.27% from 255) = 36.13%
BLUE value IS 98 (38.67% from 255) = 63.23%
R=0.65%
G=36.13%
B=63.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal156980.990.4300.62205.9897.9819.41
Hex13862632B03Ece6213
Octal1701421435307631614223
Binary111100011000101100011101011011111011001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013862; }

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

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

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

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

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

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

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

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