#0E07BB

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

Shades of Medium Blue #0E07BB

Tints of Medium Blue #0E07BB

Color information

#0E07BB (or 0x0E07BB) is unknown color: approx Medium Blue. HEX triplet: 0E, 07 and BB. RGB value is (14,7,187). Sum of RGB (Red+Green+Blue) = 14+7+187=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 187 (73.44% from 255 or 89.90% from 208); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E07BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E07BB is #F1F844. Grayscale: #1C1C1C. Windows color (decimal): -15857733 or 12257038. OLE color: 12257038.

HSL color Cylindrical-coordinate representation of color #0E07BB: hue angle of 242.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E07BB is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147187-
CMYK0.930.9600.27
HSL242.33º92.78%38.04%-
HSV(B)242.33º96.26%73.33%-
XYZ9.233.8347.27-
YUV29.61216.82116.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.73%
GREEN value IS 7 (3.12% from 255) = 3.37%
BLUE value IS 187 (73.44% from 255) = 89.90%
R=6.73%
G=3.37%
B=89.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471870.930.9600.27242.3392.7838.04
HexE7BB5D6001Bf25d26
Octal16727313514003336213546
Binary11101111011101110111011100000011011111100101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E07BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,7,187); }

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

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

 a { background-color: rgb(14,7,187); }

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

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

 span { border-color: rgb(14,7,187); }

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