#0E3568

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

Shades of Prussian Blue #0E3568

Tints of Prussian Blue #0E3568

Color information

#0E3568 (or 0x0E3568) is unknown color: approx Prussian Blue. HEX triplet: 0E, 35 and 68. RGB value is (14,53,104). Sum of RGB (Red+Green+Blue) = 14+53+104=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E3568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3568 is #F1CA97. Grayscale: #2E2E2E. Windows color (decimal): -15846040 or 6829326. OLE color: 6829326.

HSL color Cylindrical-coordinate representation of color #0E3568: hue angle of 214º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E3568 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1453104-
CMYK0.870.4900.59
HSL214º76.27%23.14%-
HSV(B)214º86.54%40.78%-
XYZ3.953.6413.59-
YUV47.15160.08104.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 104 (41.02% from 255) = 60.82%
R=8.19%
G=30.99%
B=60.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal14531040.870.4900.5921476.2723.14
HexE3568573103Bd64c17
Octal16651501276107332611427
Binary111011010111010001010111110001011101111010110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E3568; }

 p { color: rgb(14,53,104); }

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

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

 a { background-color: rgb(14,53,104); }

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

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

 span { border-color: rgb(14,53,104); }

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