Html Css Color HEX #0E0BCE Medium Blue

📋 copy color: '#0E0BCE'

red 14 ◦ green 11 ◦ blue 206

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

Shades of Medium Blue #0E0BCE

Tints of Medium Blue #0E0BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.76%

 BLUE value IS 206 (80.86% from 255) = 89.18%

R = 6.06%
G = 4.76%
B = 89.18%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0E0BCE (or 0x0E0BCE) is known color: Medium Blue. HEX triplet: 0E, 0B and CE. RGB value is (14,11,206). Sum of RGB (Red+Green+Blue) = 14+11+206=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 206 (80.86% from 255 or 89.18% from 231); Max value from RGB is 206 - color contains mainly: blue. Hex color #0E0BCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0BCE is #F1F431. Grayscale: #212121. Windows color (decimal): -15856690 or 13503246. OLE color: 13503246.

HSL color Cylindrical-coordinate representation of color #0E0BCE: hue angle of 240.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0BCE is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 14 11 206 -
CMYK 0.93 0.95 0 0.19
HSL 240.92º 0.9% 0.43% -
HSV(B) 240.92º 0.95% 0.81% -
XYZ 11.44 4.79 58.71 -
YUV 34.13 224.99 113.64 -
System Red Green Blue C M Y K H S L
Decimal 14 11 206 0.93 0.95 0 0.19 240.92 0.9 0.43
Hex E B CE 5D 5F 0 13 F1 5A 2B
Octal 16 13 316 135 137 0 23 361 132 53
Binary 1110 1011 11001110 1011101 1011111 0 10011 11110001 1011010 101011

Color Harmonies of #0E0BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0BCE

Black with #0E0BCE

Text Example


Text Example

White with #0E0BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,11,206); }

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

background-color css

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

 a { background-color: rgb(14,11,206); }

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

border-color css

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

 span { border-color: rgb(14,11,206); }

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