#0E68DF

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

Shades of Navy Blue #0E68DF

Tints of Navy Blue #0E68DF

Color information

#0E68DF (or 0x0E68DF) is unknown color: approx Navy Blue. HEX triplet: 0E, 68 and DF. RGB value is (14,104,223). Sum of RGB (Red+Green+Blue) = 14+104+223=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E68DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E68DF is #F19720. Grayscale: #5A5A5A. Windows color (decimal): -15832865 or 14641166. OLE color: 14641166.

HSL color Cylindrical-coordinate representation of color #0E68DF: hue angle of 214.16º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E68DF is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14104223-
CMYK0.940.5300.13
HSL214.16º88.19%46.47%-
HSV(B)214.16º93.72%87.45%-
XYZ18.4515.3271.8-
YUV90.66202.6873.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.11%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 223 (87.5% from 255) = 65.40%
R=4.11%
G=30.50%
B=65.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141042230.940.5300.13214.1688.1946.47
HexE68DF5E350Dd6582e
Octal161503371366501532613056
Binary1110110100011011111101111011010101101110101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E68DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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