#0E83D8

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

Shades of Navy Blue #0E83D8

Tints of Navy Blue #0E83D8

Color information

#0E83D8 (or 0x0E83D8) is unknown color: approx Navy Blue. HEX triplet: 0E, 83 and D8. RGB value is (14,131,216). Sum of RGB (Red+Green+Blue) = 14+131+216=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #0E83D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E83D8 is #F17C27. Grayscale: #696969. Windows color (decimal): -15825960 or 14189326. OLE color: 14189326.

HSL color Cylindrical-coordinate representation of color #0E83D8: hue angle of 205.25º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E83D8 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14131216-
CMYK0.940.3900.15
HSL205.25º87.83%45.1%-
HSV(B)205.25º93.52%84.71%-
XYZ20.6921.2867.98-
YUV105.71190.2462.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.88%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 216 (84.77% from 255) = 59.83%
R=3.88%
G=36.29%
B=59.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141312160.940.3900.15205.2587.8345.1
HexE83D85E270Fcd582d
Octal162033301364701731513055
Binary11101000001111011000101111010011101111110011011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E83D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,131,216); }

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

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

 a { background-color: rgb(14,131,216); }

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

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

 span { border-color: rgb(14,131,216); }

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