Html Css Color HEX #0B0BBE Medium Blue

📋 copy color: '#0B0BBE'

red 11 ◦ green 11 ◦ blue 190

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

Shades of Medium Blue #0B0BBE

Tints of Medium Blue #0B0BBE

RGB

 RED value IS 11 (4.69% from 255) = 5.19%

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

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

R = 5.19%
G = 5.19%
B = 89.62%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B0BBE (or 0x0B0BBE) is known color: Medium Blue. HEX triplet: 0B, 0B and BE. RGB value is (11,11,190). Sum of RGB (Red+Green+Blue) = 11+11+190=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 190 (74.61% from 255 or 89.62% from 212); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B0BBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B0BBE is #F4F441. Grayscale: #1E1E1E. Windows color (decimal): -16053314 or 12454667. OLE color: 12454667.

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

Color convert

RGB 11 11 190 -
CMYK 0.94 0.94 0 0.25
HSL 240º 0.89% 0.39% -
HSV(B) 240º 0.94% 0.75% -
XYZ 9.55 4.03 48.99 -
YUV 31.41 217.5 113.45 -
System Red Green Blue C M Y K H S L
Decimal 11 11 190 0.94 0.94 0 0.25 240 0.89 0.39
Hex B B BE 5E 5E 0 19 F0 59 27
Octal 13 13 276 136 136 0 31 360 131 47
Binary 1011 1011 10111110 1011110 1011110 0 11001 11110000 1011001 100111

Color Harmonies of #0B0BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0BBE

Black with #0B0BBE

Text Example


Text Example

White with #0B0BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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