Html Css Color HEX #0E06BC Medium Blue

📋 copy color: '#0E06BC'

red 14 ◦ green 6 ◦ blue 188

#0E06BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0E06BC

Tints of Medium Blue #0E06BC

RGB

 RED value IS 14 (5.86% from 255) = 6.73%

 GREEN value IS 6 (2.73% from 255) = 2.88%

 BLUE value IS 188 (73.83% from 255) = 90.38%

R = 6.73%
G = 2.88%
B = 90.38%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E06BC (or 0x0E06BC) is known color: Medium Blue. HEX triplet: 0E, 06 and BC. RGB value is (14,6,188). Sum of RGB (Red+Green+Blue) = 14+6+188=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 188 (73.83% from 255 or 90.38% from 208); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E06BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E06BC is #F1F943. Grayscale: #1C1C1C. Windows color (decimal): -15857988 or 12322318. OLE color: 12322318.

HSL color Cylindrical-coordinate representation of color #0E06BC: hue angle of 242.64º degrees, saturation: 0.94, 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 #0E06BC is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 6 188 -
CMYK 0.93 0.97 0 0.26
HSL 242.64º 0.94% 0.38% -
HSV(B) 242.64º 0.97% 0.74% -
XYZ 9.32 3.85 47.83 -
YUV 29.14 217.65 117.2 -
System Red Green Blue C M Y K H S L
Decimal 14 6 188 0.93 0.97 0 0.26 242.64 0.94 0.38
Hex E 6 BC 5D 61 0 1A F3 5E 26
Octal 16 6 274 135 141 0 32 363 136 46
Binary 1110 110 10111100 1011101 1100001 0 11010 11110011 1011110 100110

Color Harmonies of #0E06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E06BC

Black with #0E06BC

Text Example


Text Example

White with #0E06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E06BC;
 }
 .AnyTagClassName
 {
   color: #0E06BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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