Html Css Color HEX #010EBC Medium Blue

📋 copy color: '#010EBC'

red 1 ◦ green 14 ◦ blue 188

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

Shades of Medium Blue #010EBC

Tints of Medium Blue #010EBC

RGB

 RED value IS 1 (0.78% from 255) = 0.49%

 GREEN value IS 14 (5.86% from 255) = 6.9%

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

R = 0.49%
G = 6.9%
B = 92.61%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#010EBC (or 0x010EBC) is known color: Medium Blue. HEX triplet: 01, 0E and BC. RGB value is (1,14,188). Sum of RGB (Red+Green+Blue) = 1+14+188=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 188 (73.83% from 255 or 92.61% from 203); Max value from RGB is 188 - color contains mainly: blue. Hex color #010EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EBC is #FEF143. Grayscale: #1D1D1D. Windows color (decimal): -16707908 or 12324353. OLE color: 12324353.

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

Color convert

RGB 1 14 188 -
CMYK 0.99 0.93 0 0.26
HSL 235.83º 0.99% 0.37% -
HSV(B) 235.83º 0.99% 0.74% -
XYZ 9.25 3.95 47.85 -
YUV 29.95 217.19 107.35 -
System Red Green Blue C M Y K H S L
Decimal 1 14 188 0.99 0.93 0 0.26 235.83 0.99 0.37
Hex 1 E BC 63 5D 0 1A EC 63 25
Octal 1 16 274 143 135 0 32 354 143 45
Binary 1 1110 10111100 1100011 1011101 0 11010 11101100 1100011 100101

Color Harmonies of #010EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EBC

Black with #010EBC

Text Example


Text Example

White with #010EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010EBC; }

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

 H1.HeaderClassName
 {
   color: #010EBC;
 }
 .AnyTagClassName
 {
   color: #010EBC;
 }
</style>

background-color css

<style>
 a { background-color: #010EBC; }

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

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

border-color css

<style>
 span { border-color: #010EBC; }

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

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