Html Css Color HEX #010BCE Medium Blue

📋 copy color: '#010BCE'

red 1 ◦ green 11 ◦ blue 206

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

Shades of Medium Blue #010BCE

Tints of Medium Blue #010BCE

RGB

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

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

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

R = 0.46%
G = 5.05%
B = 94.5%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#010BCE (or 0x010BCE) is known color: Medium Blue. HEX triplet: 01, 0B and CE. RGB value is (1,11,206). Sum of RGB (Red+Green+Blue) = 1+11+206=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 206 (80.86% from 255 or 94.50% from 218); Max value from RGB is 206 - color contains mainly: blue. Hex color #010BCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BCE is #FEF431. Grayscale: #1D1D1D. Windows color (decimal): -16708658 or 13503233. OLE color: 13503233.

HSL color Cylindrical-coordinate representation of color #010BCE: hue angle of 237.07º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010BCE is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 11 206 -
CMYK 1.00 0.95 0 0.19
HSL 237.07º 0.99% 0.41% -
HSV(B) 237.07º 1% 0.81% -
XYZ 11.27 4.7 58.71 -
YUV 30.24 227.19 107.14 -
System Red Green Blue C M Y K H S L
Decimal 1 11 206 1.00 0.95 0 0.19 237.07 0.99 0.41
Hex 1 B CE 64 5F 0 13 ED 63 29
Octal 1 13 316 144 137 0 23 355 143 51
Binary 1 1011 11001110 1100100 1011111 0 10011 11101101 1100011 101001

Color Harmonies of #010BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BCE

Black with #010BCE

Text Example


Text Example

White with #010BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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