Html Css Color HEX #010EB6 Medium Blue

📋 copy color: '#010EB6'

red 1 ◦ green 14 ◦ blue 182

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

Shades of Medium Blue #010EB6

Tints of Medium Blue #010EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 92.39%

R = 0.51%
G = 7.11%
B = 92.39%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#010EB6 (or 0x010EB6) is known color: Medium Blue. HEX triplet: 01, 0E and B6. RGB value is (1,14,182). Sum of RGB (Red+Green+Blue) = 1+14+182=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 182 (71.48% from 255 or 92.39% from 197); Max value from RGB is 182 - color contains mainly: blue. Hex color #010EB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EB6 is #FEF149. Grayscale: #1C1C1C. Windows color (decimal): -16707914 or 11931137. OLE color: 11931137.

HSL color Cylindrical-coordinate representation of color #010EB6: hue angle of 235.69º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010EB6 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 14 182 -
CMYK 0.99 0.92 0 0.29
HSL 235.69º 0.99% 0.36% -
HSV(B) 235.69º 0.99% 0.71% -
XYZ 8.61 3.7 44.52 -
YUV 29.27 214.19 107.84 -
System Red Green Blue C M Y K H S L
Decimal 1 14 182 0.99 0.92 0 0.29 235.69 0.99 0.36
Hex 1 E B6 63 5C 0 1D EC 63 24
Octal 1 16 266 143 134 0 35 354 143 44
Binary 1 1110 10110110 1100011 1011100 0 11101 11101100 1100011 100100

Color Harmonies of #010EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EB6

Black with #010EB6

Text Example


Text Example

White with #010EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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