#0E05BC

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

Shades of Medium Blue #0E05BC

Tints of Medium Blue #0E05BC

Color information

#0E05BC (or 0x0E05BC) is unknown color: approx Medium Blue. HEX triplet: 0E, 05 and BC. RGB value is (14,5,188). Sum of RGB (Red+Green+Blue) = 14+5+188=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 188 (73.83% from 255 or 90.82% from 207); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E05BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E05BC is #F1FA43. Grayscale: #1B1B1B. Windows color (decimal): -15858244 or 12322062. OLE color: 12322062.

HSL color Cylindrical-coordinate representation of color #0E05BC: hue angle of 242.95º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E05BC is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145188-
CMYK0.930.9700.26
HSL242.95º94.82%37.84%-
HSV(B)242.95º97.34%73.73%-
XYZ9.313.8347.83-
YUV28.55217.98117.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.76%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 188 (73.83% from 255) = 90.82%
R=6.76%
G=2.42%
B=90.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451880.930.9700.26242.9594.8237.84
HexE5BC5D6101Af35f26
Octal16527413514103236313746
Binary11101011011110010111011100001011010111100111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E05BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,5,188); }

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

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

 a { background-color: rgb(14,5,188); }

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

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

 span { border-color: rgb(14,5,188); }

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