#0E5BF3

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

Shades of Navy Blue #0E5BF3

Tints of Navy Blue #0E5BF3

Color information

#0E5BF3 (or 0x0E5BF3) is unknown color: approx Navy Blue. HEX triplet: 0E, 5B and F3. RGB value is (14,91,243). Sum of RGB (Red+Green+Blue) = 14+91+243=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 243 (95.31% from 255 or 69.83% from 348); Max value from RGB is 243 - color contains mainly: blue. Hex color #0E5BF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5BF3 is #F1A40C. Grayscale: #545454. Windows color (decimal): -15836173 or 15948558. OLE color: 15948558.

HSL color Cylindrical-coordinate representation of color #0E5BF3: hue angle of 219.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5BF3 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1491243-
CMYK0.940.6300.05
HSL219.83º90.51%50.39%-
HSV(B)219.83º94.24%95.29%-
XYZ20.114.0586.45-
YUV85.3216.9977.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.02%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 243 (95.31% from 255) = 69.83%
R=4.02%
G=26.15%
B=69.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14912430.940.6300.05219.8390.5150.39
HexE5BF35E3F05dc5b32
Octal16133363136770533413362
Binary111010110111111001110111101111110101110111001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,91,243); }

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

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

 a { background-color: rgb(14,91,243); }

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

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

 span { border-color: rgb(14,91,243); }

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