Html Css Color HEX #010BBE Medium Blue

📋 copy color: '#010BBE'

red 1 ◦ green 11 ◦ blue 190

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

Shades of Medium Blue #010BBE

Tints of Medium Blue #010BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 94.06%

R = 0.5%
G = 5.45%
B = 94.06%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#010BBE (or 0x010BBE) is known color: Medium Blue. HEX triplet: 01, 0B and BE. RGB value is (1,11,190). Sum of RGB (Red+Green+Blue) = 1+11+190=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 190 (74.61% from 255 or 94.06% from 202); Max value from RGB is 190 - color contains mainly: blue. Hex color #010BBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BBE is #FEF441. Grayscale: #1B1B1B. Windows color (decimal): -16708674 or 12454657. OLE color: 12454657.

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

Color convert

RGB 1 11 190 -
CMYK 0.99 0.94 0 0.25
HSL 236.83º 0.99% 0.37% -
HSV(B) 236.83º 0.99% 0.75% -
XYZ 9.43 3.96 48.98 -
YUV 28.42 219.19 108.45 -
System Red Green Blue C M Y K H S L
Decimal 1 11 190 0.99 0.94 0 0.25 236.83 0.99 0.37
Hex 1 B BE 63 5E 0 19 ED 63 25
Octal 1 13 276 143 136 0 31 355 143 45
Binary 1 1011 10111110 1100011 1011110 0 11001 11101101 1100011 100101

Color Harmonies of #010BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BBE

Black with #010BBE

Text Example


Text Example

White with #010BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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