#0E3364

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

Shades of Prussian Blue #0E3364

Tints of Prussian Blue #0E3364

Color information

#0E3364 (or 0x0E3364) is unknown color: approx Prussian Blue. HEX triplet: 0E, 33 and 64. RGB value is (14,51,100). Sum of RGB (Red+Green+Blue) = 14+51+100=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 100 (39.45% from 255 or 60.61% from 165); Max value from RGB is 100 - color contains mainly: blue. Hex color #0E3364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3364 is #F1CC9B. Grayscale: #2D2D2D. Windows color (decimal): -15846556 or 6566670. OLE color: 6566670.

HSL color Cylindrical-coordinate representation of color #0E3364: hue angle of 214.19º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E3364 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1451100-
CMYK0.860.4900.61
HSL214.19º75.44%22.35%-
HSV(B)214.19º86%39.22%-
XYZ3.673.3812.52-
YUV45.52158.74105.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.48%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 100 (39.45% from 255) = 60.61%
R=8.48%
G=30.91%
B=60.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal14511000.860.4900.61214.1975.4422.35
HexE3364563103Dd64b16
Octal16631441266107532611326
Binary111011001111001001010110110001011110111010110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,51,100); }

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

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

 a { background-color: rgb(14,51,100); }

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

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

 span { border-color: rgb(14,51,100); }

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